wp_head priority
-
We are using this plugin in combination with Visual Website Optimizer and the plugin add a JS script before the Cookiebot.
I noticed that by setting the priority to 1 in your plugin it gets included a bit higher, but that’s not something I can do 😉
So I switched to manually including the script in my template file.
add_action('wp_head', array($this,'add_js'), 1,1);Do you experience the same thing?
Jaime
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wp_head priority’ is closed to new replies.