Wordpress plugin development learning
- Develop plugin
- Work with actions
- Work with filters
- create new actions
- create new filters
- create widgets and add fieds and update
- get basic idea of api's
- add admin menu in settings and sidebar
- add scripts/stylesheets
- include files
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
https://premium.wpmudev.org/blog/create-wordpress-plugin
https://scotch.io/tutorials/how-to-build-a-wordpress-plugin-part-1
Need to check CMB2 for Wordpress.