customize_render_section

customize_render_section

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_render_section') is found 1 times:

  • /wp-includes/class-wp-customize-section.php line 304
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Section $section WP_Customize_Section instance.
    		 */
    		do_action( 'customize_render_section', $this );
    		/**
    		 * Fires before rendering a specific Customizer section.
    		 *
    		 * The dynamic portion of the hook name, `$this->id`, refers to the ID
    		 * of the specific Customizer section to be rendered.
    		 *