WP_Customize_Section::get_content(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Get the section’s content for insertion into the Customizer pane. Return string Contents of the section. Source final public function get_content() { ob_start(); $this->maybe_render(); return trim( ob_get_clean() ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Customize_Section::maybe_render()wp-includes/class-wp-customize-section.phpCheck capabilities and render the section. Used byDescriptionWP_Customize_Section::json()wp-includes/class-wp-customize-section.phpGather the parameters passed to client JavaScript via JSON. Changelog VersionDescription4.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.