Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-section.php: WP_Customize_Section::check_capabilities() | Checks required user capabilities and whether the theme has the feature support required by the section. |
wp-includes/class-wp-customize-section.php: WP_Customize_Section::render() | Render the section UI in a subclass. |
wp-includes/class-wp-customize-section.php: customize_render_section | Fires before rendering a Customizer section. |
wp-includes/class-wp-customize-section.php: customize_render_section_{$this->id} | Fires before rendering a specific Customizer section. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |