customize_render_control хук-событие . WP 3.4.0
Fires just before the current Customizer control is rendered.
Использование
add_action( 'customize_render_control', 'action_function_name_971' ); function action_function_name_971( $this ){ // action... }
- $this(WP_Customize_Control)
- WP_Customize_Control instance.
Список изменений
С версии 3.4.0 | Введена. |
Где вызывается хук
customize_render_control
wp-includes/class-wp-customize-control.php 402
do_action( 'customize_render_control', $this );