wpseek.com
A WordPress-centric search engine for devs and theme authors



admin_action_{$action} › WordPress Action Hooks

Since2.6.0
Deprecatedn/a
do_action( "admin_action_{$action}" )
Defined at:
Codex:

Fires when an 'action' request variable is sent.

The dynamic portion of the hook name, $action, refers to the action derived from the GET or POST request.





Source

do_action( "admin_action_{$action}" );