An open API service indexing awesome lists of open source software.

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

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