[Plugin: Custom Contact Forms] Messed up JS Load
-
Hey,
I liked the plugin allright, but it screwed with my functions.php javascript load order:
I’m using declarations like this:
wp_register_script( ‘main’,get_bloginfo(‘template_url’).’/js/main.js’, ‘jquery’, ‘1.1’);
wp_enqueue_script( ‘main’ );And the plugin broke it so they loaded out of order. Not sure why, but though you should know.
The topic ‘[Plugin: Custom Contact Forms] Messed up JS Load’ is closed to new replies.