Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KamranSyed/Wordpress-Plugin-Template-OOP
A ready made Wordpress/Woocommerce plugin boilerplate code (template) to give you a jump start.
https://github.com/KamranSyed/Wordpress-Plugin-Template-OOP
Last synced: 3 months ago
JSON representation
A ready made Wordpress/Woocommerce plugin boilerplate code (template) to give you a jump start.
- Host: GitHub
- URL: https://github.com/KamranSyed/Wordpress-Plugin-Template-OOP
- Owner: KamranSyed
- License: gpl-3.0
- Created: 2018-04-25T06:25:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T07:06:06.000Z (over 6 years ago)
- Last Synced: 2024-04-27T13:30:29.964Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wordpress - Wordpress-Plugin-Template-OOP
README
# Wordpress-Plugin-Template-OOP
A ready to use Wordpress/Woocommerce plugin boilerplate code (template) to give you a jump start. It is FREE Wordpress and Woocommerce Plugin Template.How to Use
1-Download as zip or clone if you are using git.
2-Rename downloaded folder to name of your new plugin.
3-Rename Wordpress-Plugin-Template-OOP.php file to name of your new plugin.
4-Change plugin name in above file (in step 3).
5-Uncomment hooks and filters that you need in __construct function. You do not need to comment out unused functions but do it if you like to.
Contribute
If you want to contribute, send in your pull requests. Please clearly explain the pupose of proposed change i.e if it is enhancement, upgrade of a resource like jquery etc.Examples
I am using it in many tutorials on my youtube channel here https://www.youtube.com/user/LovelyKamran
Here is an introductory video explaining the use of this object oriented plugin template.