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 Make a Website with WordPress WordPress Widgets and Custom Menus How to Create Widgetized Areas in WordPress

David Odum
David Odum
1,860 Points

Zac calls the register_sidebar function a "custom Wordpress function". What does that mean?

Zac's terminology would seem to indicate that he made it himself. But then the quiz indicates that it is a Wordpress function for creating sidebar areas. I'm guessing it's the latter?

1 Answer

Lucas Santos
Lucas Santos
19,315 Points

No the register_sidebar function is strictly from Wordpress.

Here check this out: https://codex.wordpress.org/Function_Reference

You can see most of wordpress's functions there