apply_filters( 'toria/ajax/ajax_object', $ajax_object, $action, $php_callback, $script_path, $mode , $nonce );
				
			

Filters the name of object to be storing JS variables.

Parameters

$ajax_object

(string) Name of object to be storing JS variables.

$action

The name of the Ajax action.

$php_callback

PHP function to respond to ajax calls.

$script_path

The path where the JavaScript file is located.

$mode

(string) Determines if the script will be exposed to authenticated Ajax actions for logged-in users or non-authenticated Ajax actions for logged-out users or both. Using both, private, and public.

$nonce

(string) Used to create WP nonce for verification on PHP callback.