wp_enqueue_scripts and CSS
-
I know wp_enqueue_scripts has the ability to have a dependency which is great.
Now what if I can’t give it one? What if all I want is for it to be the LAST script in the list of CSS stylesheets?
Theme’s change and my dependency is for my stylesheet to be the last one generated so that whatever theme is used, my style will always override everything.
I had to update the theme to do this which is baloney, I should be able to have WP let me queue this as the very LAST one somehow.
The topic ‘wp_enqueue_scripts and CSS’ is closed to new replies.