customizer_widgets_section_args
apply_filters( ‘customizer_widgets_section_args’, array $section_args , string $section_id , int|string $sidebar_id )
过滤器::筛选给定侧边栏的自定义程序小部件节参数。
Filter Hook: Filters Customizer widget section arguments for a given sidebar.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$section_args | (array) | 自定义程序小部件部分参数的数组。 |
$section_id | (string) | 自定义程序节ID。 |
$sidebar_id | (int | string) | 边栏ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.9.0 | wp-includes/class-wp-customize-widgets.php:467 | 1 | 0 |
customizer_widgets_section_args 为WP2原创文章,链接:https://www.wp2.cn/hook/customizer_widgets_section_args/