Is there a WordPress function displaying all sections registered with add_settings_section()?

I was thinking about SQL query maybe, but have absolutely no idea how and where these are stored, couldn’t find them in my database.

3 Answers
3

Use the $wp_settings_sections global. It returns an array of settings sections.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *