admin_post action-hook . WP 2.6.0
Fires on an authenticated admin post request where no action is supplied.
Usage
add_action( 'admin_post', 'action_function_name_8990' ); function action_function_name_8990(){ // action... }
Changelog
Since 2.6.0 | Introduced. |
Where the hook is called
In file: /wp-admin/admin-post.php
wp-admin/admin-post.php 60
do_action( 'admin_post' );