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.
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.
Use the $wp_settings_sections
global. It returns an array of settings sections.