WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_ajax_nopriv_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-ajax.php do_action 203 /**
* Fires non-authenticated Ajax actions for logged-out users.
*
* The dynamic portion of the hook name, `$action`, refers
* to the name of the Ajax action callback being fired.
*
* @since 2.8.0
*/

Hook Parameters

Parameter Type Name Description