Home › Forums › Back End › WP devs, why would I use wp_register_style? › Reply To: WP devs, why would I use wp_register_style?
November 19, 2013 at 12:49 pm
#156559
Participant
It’s just the WordPress convention or best practice. If you are developing theme for public consumption make sure to register it, if you’re managing the site your self then you can simply load the stylesheet however it makes sense to you.