customize_render_control_{$this->id}
do_action( ‘customize_render_control’, WP_Customize_Control $this )
动作钩子::在呈现特定自定义项控件之前激发。
Action Hook: Fires just before a specific Customizer control is rendered.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$this | (WP_Customize_Control) | 自定义控件实例。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.4.0 | wp-includes/class-wp-customize-control.php:414 | 1 | 0 |
customize_render_control_{$this->id} 为WP2原创文章,链接:https://www.wp2.cn/hook/customize_render_control_this-id/