ReferenceError: jQuery is not defined
-
Hi,
can you please set a dependancy for the custom.js script to jQuery.
class-wp-mailto-links-run.php, line 171:
wp_enqueue_script( 'wpmt-js-frontend', WPMT_PLUGIN_URL . 'core/includes/assets/js/custom.js', array(), $js_version );
to
wp_enqueue_script( 'wpmt-js-frontend', WPMT_PLUGIN_URL . 'core/includes/assets/js/custom.js', array(<strong>'jQuery'</strong>), $js_version );
Thank you.
Regards,
Holger
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ReferenceError: jQuery is not defined’ is closed to new replies.