Need to set High Priority for CSS
-
Hi, great plugin! Thank you.
I use multisite and I’m glad you added support for that. I use separate CSS files for different sites that use the same theme.
My issue is that I need to set a priority for my JS & CSS files. My CSS files need to load “LAST” in the head right before the closing head. (‘</head>’)
I need to enqueue files like so:
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ’98’);’
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ’99’);’
‘(‘wp_enqueue_scripts’, ‘high_priority_style’, ‘100’);’Would it be to much to ask if you could add this into the plugin? Simply add: ‘, ‘XXX” at the end of each script.
Thank you!
Brent
The topic ‘Need to set High Priority for CSS’ is closed to new replies.