Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I develop a theme and call jquery 2.13 with :
wp_register_script(‘cbj_admin_jquery’, get_template_directory_uri() . ‘/framework/admin/inc/js/jquery-2.1.3.min.js’, array(‘jquery’), ‘1.0.0’, true);
If i do that (set in_footer to true), the builder is not called in the WpEditor but in bottom of page.
But if i set wp_register_script and $in_footer to false, it run right ?!
Thank you for your help !
URL: http://localhost