get_theme_starter_content
apply_filters( ‘get_theme_starter_content’, array $content , array $config )
过滤器::过滤扩展的starter内容数组。
Filter Hook: Filters the expanded array of starter content.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$content | (array) | 启动程序内容的数组。 |
$config | (array) | 特定于主题的启动程序内容配置的数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/theme.php:2349 | 1 | 0 |
get_theme_starter_content 为WP2原创文章,链接:https://www.wp2.cn/hook/get_theme_starter_content-2/