Get list of all registered sidebars

Hmm… I’m not sure if this is the best way to do it but it’s simple:

I looked in register_sidebar() and found that new sidebars are simply tacked onto an array:$wp_registered_sidebars

And I guess that’s that. If they ever change the name of the variable, I guess I’d be screwed.

Leave a Comment