customize_render_section_{$this->id}

customize_render_section_{$this->id}

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('customize_render_section_{$this->id}') is found 1 times:

  • /wp-includes/class-wp-customize-section.php line 313
    		 * of the specific Customizer section to be rendered.
    		 *
    		 * @since 3.4.0
    		 */
    		do_action( "customize_render_section_{$this->id}" );
    
    		$this->render();
    	}
    
    	/**
    	 * Render the section UI in a subclass.