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:82file scope Source View on Trac ↗ View on GitHub ↗
76 * 77 * The dynamic portion of the hook name, `$action` , refers to the given 78 * request action. 79 * 80 * @since 2.6 .0 81 * / 82 do_action ( "admin_post_{ $action } " ) ; 83 } 84 } 85 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.9.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.