customize_render_control_{$this->id}, $this
customize_render_control_{$this->id}, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_render_control_{$this->id}, $this') is found 1 times:
- /wp-includes/class-wp-customize-control.php line 420
* @since 3.4.0 * * @param WP_Customize_Control $control WP_Customize_Control instance. */ do_action( "customize_render_control_{$this->id}", $this ); $this->render(); } /** * Renders the control wrapper and calls $this->render_content() for the internals.