Enqueue before
-
Your plugin is great and it works fine.
However, to be optimal, it should enqueue javascript at the bottom of the page.
I did it with this simple update in function enqueue_scripts() public/class-equal-height-columns-public.php (line 85)
wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/equal-height-columns-public.js', array( 'jquery' ), $this->version, true );
Just changed the last parameter.
It cold be great if you implement this change in next version.
Thank you
- The topic ‘Enqueue before’ is closed to new replies.