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 How to Build a WordPress Plugin Building a WordPress Plugin Settings Page Basic Markup for WordPress Settings Pages

James Lees
James Lees
11,225 Points

Where are the css classes used in the WordPress Admin style plugin markup stored?

In the How to Build a WordPress plugin course Zac uses the markup from a plugin called WordPress Admin Style to create the stylings for the admin area of the plugin. Are these css classes included in the wordpress core files or are they unique to this specific plugin? In other words, do we have to have the plugin installed in order for the markup to work?

1 Answer

Roberto Alicata
PLUS
Roberto Alicata
Courses Plus Student 39,959 Points

These css classes are included in the wordpress core files.

The plugin only show these css classes, but then you can remove it.

James Lees
James Lees
11,225 Points

Thank you for the prompt response, Roberto. I was hoping this would be the case!