Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-section.php: WP_Customize_Section::maybe_render() | Check capabilities and render the section. |
Get the section’s content for insertion into the Customizer pane.
(string) Contents of the section.
File: wp-includes/class-wp-customize-section.php
final public function get_content() { ob_start(); $this->maybe_render(); return trim( ob_get_clean() ); }
Version | Description |
---|---|
4.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_section/get_content