Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Javascript API hook › Reply To: Javascript API hook
December 15, 2021 at 1:52 pm
#35967
Keymaster
Hi!
Maybe the wp-hooks script is not enqueued on the front-end when logged out. Try adding this to the functions.php file in your theme directory:
// Manually load the wp-hooks script.
wp_enqueue_script( 'wp-hooks' );