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



admin_post_{$action} › WordPress Action Hooks

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

Fires on an authenticated admin post request for the given action.

The dynamic portion of the hook name, $action, refers to the given request action.





Source

do_action( "admin_post_{$action}" );