WordPress Plugin Development
Please follow Plugin Handbook.
Must Read
Tutorials by Pippin
- Plugin Development 101
- Writing Your First WordPress Plugins, Basic to Advanced
- Plugin Thoughts
- Working with Widgets
- Shortcodes 101 for Plugin Developers
- Building a Database Abstraction Layer
- Extending the WordPress metadata API
- Using Ajax in Your Plugin and WordPress Admin
References
- Tips for getting your plugin approved on WordPress.org
- A look at the posts_where filter in WordPress
- Use SCRIPT_DEBUG to enable non-minified asset files
- The add_query_arg() Helper Function
- Using wp_remote_get() to parse JSON from remote APIs
- Determine if a script has been enqueued or registered
- Playing Nice with the “the_content” Filter
- Add Custom Links to User Row Actions
- Display Messages in the Dashboard with Admin Notices
- Localizing and Translating WordPress Plugins
- http://wppb.me/
- https://github.com/DevinVinson/WordPress-Plugin-Boilerplate
- https://make.wordpress.org/themes/handbook/guidelines/plugin-territory/
- https://github.com/claudiosanches/wordpress-plugin-boilerplate