wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_ajax_nopriv_{$action} › WordPress Action Hooks

Since2.8.0
Deprecatedn/a
do_action( "wp_ajax_nopriv_{$action}" )
Defined at:
Codex:

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.





Source

do_action( "wp_ajax_nopriv_{$action}" );