• My theme defers javascript until the footer, so your plugin breaks since it inlines JS right in the content, and assumes Jquery is loaded. Is there a way to force the JS into footer? Or better yet, use WP best practices and set the dependency and use the wp_add_inline_script function?

  • The topic ‘Jquery not defined’ is closed to new replies.