do_action( "wp_ajax_nopriv_{$_REQUEST[‘action’]}" )
Fires non-authenticated Ajax actions for logged-out users.
Description
The dynamic portion of the hook name, $_REQUEST['action']
, refers to the name of the Ajax action callback being fired.
Source
File: wp-admin/admin-ajax.php
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |