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 WordPress Widgets, and Shortcodes Adding AJAX To Plugins on the Front-End: Part 2

Zander Curtis
Zander Curtis
10,634 Points

Can't find wptreehouse_options anywhere in Database even with search

Any clues where the wptreehouse_options might be in phpMyAdmin database? Searched for 20 minutes can't find it anywhere. I'm using MAMP on localhost.

2 Answers

Hi Zander,

This is a table within your database. Zac has used the wptreehouse prefix making it wptreehouse_options but yours may be wp_options, abc_options, etc.

If you have a table ending with _options it's likely this one.

Hope that helps :)

-Rich

Zander Curtis
Zander Curtis
10,634 Points

Thanks Rich! That makes perfect sense.

No problem :)