manifest / unclassified / wordpress-plugin-development
First Unique Plugin GitLab
Wordpress plugin development
by Shayon · gitlab.com/mdsamsuzzohashayon/wordpress-plugin-development
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/mdsamsuzzohashayon/wordpress-plugin-development/-/archive/master/wordpress-plugin-development-master.zipFrom the readme
Wordpress plugin development
- Tutorial, docs
- Go to wp-content - plugins - create a folder with unique name
- Here some header requirements for plugin
- Check action hooks and filter hooks
- After setup headers activate the plugin
- Check all filters
- Check all actions
- WordPress settings API
- Conditional functions