WP_Customize_Control::get_content(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Get the control’s content for insertion into the Customizer pane. Return string Contents of the control. 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_Control::maybe_render()wp-includes/class-wp-customize-control.phpCheck capabilities and render the control. Used byDescriptionWP_Customize_Control::to_json()wp-includes/class-wp-customize-control.phpRefresh the parameters passed to the 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.