Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Theme Development Working with CSS and JS in WordPress Themes Adding CSS to a Theme Via the functions.php File

wp_register_style

Should wp_register_style be used prior to wp_enqueue_style?

1 Answer

Gary Stewart
Gary Stewart
14,142 Points

I would say it is better to register the style before enqueuing it, the Wordpress documentation doesn't state it as a rule but does mention it is best to use after registering :)

Hope that helps. Gary