Wordpress 钩子:customize_render_control
文章目录
在呈现当前的Customizer控件之前触发。
原型
do_action( 'customize_render_control', WP_Customize_Control $this )
参数
$this
(WP_Customize_Control)
WP_Customize_Control实例。
源文件
路径:wp-includes/class-wp-customize-control.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/customize_render_control/
文章作者 iBllex
上次更新 2019-02-13