wpseek.com
WordPress开发者和主题制作者的搜索引擎



customize_render_control_{$this->id} › WordPress动作钩子

Since3.4.0
已弃用n/a
do_action( "customize_render_control_{$this->id}", $this )
参数:
  • (WP_Customize_Control) $control WP_Customize_Control instance.
    Required: Yes
定义在:
文档:

Fires just before a specific Customizer control is rendered.

The dynamic portion of the hook name, $this->id, refers to the control ID.





源码

do_action( "customize_render_control_{$this->id}", $this );