WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_post_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-post.php do_action 85 /**
* 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.
*
* @since 2.6.0
*/

Hook Parameters

Parameter Type Name Description