do_action( "admin_post_{$action}" )

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.


Source

File: wp-admin/admin-post.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.6.0 Introduced.