• Hello,

    I’m not able to load an script after the “embeded before </body>” script (minify JS settings).
    I’ve tried:

    add_action('wp_footer', 'my_function_to_include_inline_script', 50);

    But it’s executed before the combined and minified Javascript file.
    Is there any way to include it just after it?

    https://wordpress.org/plugins/w3-total-cache/

  • The topic ‘How to load script after "embeded before " minified JS’ is closed to new replies.