Fires on a non-authenticated admin post request for the given action.
Description
The dynamic portion of the hook name, $action
, refers to the given request action.
Source
do_action( "admin_post_nopriv_{$action}" );
Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.