Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mcartur

    (@mcartur)

    I figured out, check:
    Combine & Move all JavaScripts to the bottom option.
    Then, change the order in the add_action wp_footer from 200000 to 0 (add_action(‘wp_footer’, array(__CLASS__, ‘footer’), 0);) in
    js-css-script-optimizer.php
    so you have the minified scripts loaded before other js printed by other plugins.

    Hope this helps

    Plugin Author Yevhen

    (@evgenniy)

    I’ll update plugin with this functionality a bit later.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Place JS in the Footer’ is closed to new replies.