Tag: Plugin Development
Creating Admin Settings Pages
Build settings screens that save options safely and display notices.
WordPress Settings API
Register settings, sections, and fields with the Settings API for robust admin forms.
WordPress Coding Standards
Follow WordPress PHP/JS/CSS coding standards for readable, review-ready plugins.
Understanding WordPress Hooks
Master add_action, add_filter, priority, and accepted args.
Creating Custom Actions
Fire your own action hooks so other plugins/themes can extend yours.
WordPress Actions and Filters
Extend WordPress by attaching callbacks to actions and filters.
Uninstalling a Plugin
Remove plugin data cleanly with uninstall.php when users delete the plugin.
Plugin Activation and Deactivation Hooks
Run setup and teardown code with register_activation_hook and register_deactivation_hook.