do_action( "admin_post_nopriv_{$action}" )
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
File: wp-admin/admin-post.php
Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |