Reply To: Uncaught ReferenceError: iPhorm is not defined

Home Forums Quform WordPress Uncaught ReferenceError: iPhorm is not defined Reply To: Uncaught ReferenceError: iPhorm is not defined

#28781
jerkski
Participant

Problem solved… you may close this again. Found a bit of code hidden in my theme’s custom functions: Commented it out and all good now.

// function my_quform_scripts($enqueue)
// {
// if (!in_array(get_queried_object_id(), array(141, 24, 215)))
// {
// $enqueue = false;
// }
// return $enqueue;
// }
// add_filter(‘iphorm_enqueue_scripts’, ‘my_quform_scripts’);
// add_filter(‘iphorm_enqueue_styles’, ‘my_quform_scripts’);

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy