C_Photocrati_Resource_Manager
-
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
The topic ‘C_Photocrati_Resource_Manager’ is closed to new replies.