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