Wp Plugin Hooks

Design custom action/filter hooks emitted by a plugin: action vs filter semantics, prefixed names, docblocks, parameter stability, *_ref_array forwarding, and deprecated hook migration. Use when adding, reviewing, evolving, or deprecating a public hook surface. Triggers on do_action, apply_filters, apply_filters_deprecated, do_action_deprecated, apply_filters_ref_array, do_action_ref_array, did_action, did_filter, or hook @since docblocks.

Lonsdale201 Updated

File contents

Lonsdale201/wp-agent-skills/tree/main/plugin-scaffold/wp-plugin-hooks commit d9a2416063

Frequently asked questions

npx skillmds@latest add lonsdale201/wp-plugin-hooks