Reference › Hooks do_action( "admin_post_{$action}" )
Since 2.6.0 Description Fired at Source History Fires on an authenticated admin post request for the given action.
Description The dynamic portion of the hook name, $action, refers to the given request action.
Fired at · 1 wp-admin/admin-post.php:85file scope Source View on Trac ↗ View on GitHub ↗
79 * 80 * The dynamic portion of the hook name, `$action` , refers to the given 81 * request action. 82 * 83 * @since 2.6 .0 84 * / 85 do_action ( "admin_post_{ $action } " ) ; 86 } 87 } 88 History Introduced in 2.6.0 . Unchanged from 6.7.7 through 7.1.0.
6.7.7 6.8.8 6.9.7 7.0.4 7.1.0 Signature, return type and hooks compared across 5 parsed releases.
About this page Parsed data Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. Corrections Something wrong on this page? Report it and it gets fixed in the next regeneration.