Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-customize-control.php | do_action | 415 | /** * Fires just before a specific Customizer control is rendered. * * The dynamic portion of the hook name, `$this->id`, refers to * the control ID. * * @since 3.4.0 * * @param WP_Customize_Control $control WP_Customize_Control instance. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Customize_Control | $control | WP_Customize_Control instance. |