customize_render_panel
do_action( ‘customize_render_panel’, WP_Customize_Panel $this )
动作钩子::在呈现自定义项面板之前激发。
Action Hook: Fires before rendering a Customizer panel.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$this | (WP_Customize_Panel) | WP_自定义面板实例。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.0.0 | wp-includes/class-wp-customize-panel.php:280 | 1 | 0 |
customize_render_panel 为WP2原创文章,链接:https://www.wp2.cn/hook/customize_render_panel/