https://github.com/shamsbd71/wp-plugin
Wordpress plugin development learning
https://github.com/shamsbd71/wp-plugin
cms php wordpress wordpress-development
Last synced: about 2 months ago
JSON representation
Wordpress plugin development learning
- Host: GitHub
- URL: https://github.com/shamsbd71/wp-plugin
- Owner: shamsbd71
- License: gpl-2.0
- Created: 2017-07-09T16:48:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T06:53:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T04:13:49.217Z (over 1 year ago)
- Topics: cms, php, wordpress, wordpress-development
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wp Plugin
Wordpress plugin development learning
## Issues
1. Develop plugin
2. Work with actions
3. Work with filters
4. create new actions
5. create new filters
6. create widgets and add fieds and update
7. get basic idea of api's
8. add admin menu in settings and sidebar
9. add scripts/stylesheets
10. include files
## Some useful links
https://code.tutsplus.com/tutorials/create-a-custom-wordpress-plugin-from-scratch--net-2668
https://codex.wordpress.org/Plugin_API/Action_Reference
https://codex.wordpress.org/Plugin_API/Filter_Reference
https://premium.wpmudev.org/blog/wordpress-hooks/
https://premium.wpmudev.org/blog/wordpress-plugin-development-guide/
https://premium.wpmudev.org/blog/create-wordpress-plugin
https://scotch.io/tutorials/how-to-build-a-wordpress-plugin-part-1
## More to see
https://premium.wpmudev.org/blog/create-wordpress-plugin
https://scotch.io/tutorials/how-to-build-a-wordpress-plugin-part-1
## Note
Need to check CMB2 for Wordpress.
https://cmb2.io/
https://github.com/CMB2/CMB2