customize_render_section action-hook . WP 3.4.0
Fires before rendering a Customizer section.
Usage
add_action( 'customize_render_section', 'action_function_name_5894' ); function action_function_name_5894( $this ){ // action... }
- $this(WP_Customize_Section)
- WP_Customize_Section instance.
Where the hook is called
customize_render_section
wp-includes/class-wp-customize-section.php 288
do_action( 'customize_render_section', $this );