customize_render_section_{$this->id}
do_action( “customize_render_section_{$this->id}” )
动作钩子::在呈现特定的自定义项部分之前激发。
Action Hook: Fires before rendering a specific Customizer section.
说明(Description)
钩子名称的动态部分,$this->id,是指要呈现的特定定制器部分的id。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.4.0 | wp-includes/class-wp-customize-section.php:312 | 1 | 0 |
customize_render_section_{$this->id} 为WP2原创文章,链接:https://www.wp2.cn/hook/customize_render_section_this-id/