This repo will help you to create a WordPress plugin using Custom Table, Google Chart and CRUD operations in Database. We will be adding our plugin into the wordpress admin bar.
We will be using WP_List_Table and display as a list. We will be working directly with database using "$wpdb".
- PHP 7
- MySQL 8
- WordPress 5.7.2
- XAMPP (Download URL: https://www.apachefriends.org/index.html)
- PHP (Include in XAMPP)
- MySQL (Include in XAMPP)
- Code Editor (VisualStudio Code Preferred) (Download URL: https://code.visualstudio.com/)
- MySQL Workbench Community Edition (Download URL: https://dev.mysql.com/downloads/workbench/)
- WordPress 5.7.2 (Download URL: https://wordpress.org/download/)
- Internet Browser
- master
- 01-Plugin-Template
- 02-Google-Chart-Frontend
- 02-Google-Chart-Frontend-01
- 02-Google-Chart-MySQL-03
- 02-Google-Chart-PHP-02
- 03-Google-Chart-Db-01
- 04-Google-Chart-Adding_WP_List_Table-01
- 05-Google-Chart-WP_List_Table_Db
- 06-Google-Chart-BootStrap4
- 07-Google-Chart-CRUD
- 08-Google-Chart-Plugin_Activate_Deactivate
To see the remote branches:
$ git branch -r
$ git checkout -b <gitBranch_name>
----------------------------------------------------------------------------------------------------------
$ git branch -r
$ git remote show origin
$ git fetch origin <Git_Branch_Name>:<Git_Branch_Name>
$ git push origin --delete <repo_name>
----------------------------------------------------------------------------------------------------------
$ git add . $ git commit -m "Message" $ git push
----------------------------------------------------------------------------------------------------------
$ git checkout <Branch_Name>
----------------------------------------------------------------------------------------------------------
$ git reset --hard <Branch_Name>
----------------------------------------------------------------------------------------------------------
This is FREE to use for both personal and commercial, however, you must give reference to my GitHub Url and UserName as a credit for my time and efforts. If you are publishing on printing both hard copies or digitally, please state the license as above.
You may extends more features as your project needs. You may modify freely as license agreement above.
The code is as it. No guarantee to work. You should have the latest Internet browsers. Will not work on the old browser.