wp_ajax_nopriv_
Like this:
Like Loading...
Appears in:
wordpress-4.0,
wordpress-4.4,
wordpress-4.8,
wordpress-4.9,
wordpress-4.9.4,
wordpress-4.9.5,
wordpress-4.9.6,
wordpress-4.9.7,
wordpress-4.9.8,
wordpress-5.0,
wordpress-5.0.1,
wordpress-5.0.2,
wordpress-5.0.3Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-5.0.3
do_action('wp_ajax_nopriv_') is found 1 times:
- /wp-admin/admin-ajax.php line 114
Warning: Undefined array key 117 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 118 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 119 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
110 111 112 113 114 115 116 117 | * refers to the name of the Ajax action callback being fired.
*
* @since 2.8.0
*/
do_action( 'wp_ajax_nopriv_' . $_REQUEST [ 'action' ] );
}
wp_die( '0' );
|
Like this:
Like Loading...
See this hook used in plugins:
Examples using wp_ajax_nopriv_