在渲染定制器部分之前触发。
原型
do_action( 'customize_render_section', WP_Customize_Section $this )
参数
$this
(WP_Customize_Section)
WP_Customize_Section实例。
源文件
路径:wp-includes/class-wp-customize-section.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/customize_render_section/