• Hi,

    I need a lot of time to understand wtf πŸ˜‰ you are doing with the C_Photocrati_Resource_Manager. Moving the scripts to bottom of a page is a nice approach, but why in the rigorous way?

    At the moment I see now possibility to add a custom <script>…. </script> part after all in footer enqueued scripts.

    Can you please change the execution priority in line 27 and 28 from 1 to a higher number, for example 99999.

    add_action(‘wp_print_footer_scripts’, array(&$this, ‘get_resources’), 99999);
    add_action(‘admin_print_footer_scripts’, array(&$this, ‘get_resources’), 99999);

    Than I can use a own add_action(‘wp_print_footer_scripts’ … hook before buffering all the output.

    Thanks.
    Best regards
    Benedikt

    http://ww.wp.xz.cn/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘C_Photocrati_Resource_Manager’ is closed to new replies.