Tag: WordPress
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.
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.
Plugin Header Information
Declare Plugin Name, Version, Text Domain, and other required header fields.
Activating and Deactivating Plugins
Learn what happens when users activate or deactivate your plugin in wp-admin.