twentyseventeen_starter_content

过滤钩子
apply_filters( 'twentyseventeen_starter_content', $starter_content )
参数
  • (array) $starter_content Array of starter content.
    Required:
定义位置
  • wp-content/themes/twentyseventeen/functions.php , line 241
相关勾子
twentytwenty_starter_contenttwenty_twenty_one_starter_contenttwentyseventeen_content_widthtwentyseventeen_social_links_iconstwentyseventeen_custom_header_args
相关方法
get_theme_starter_contentget_the_contentget_site_screen_help_sidebar_contenttranslate_with_contexttranslate_with_gettext_contextget_the_content_feed
引入
Twenty Seventeen 1.1
弃用
-

twentyseventeen_starter_content: 这是一个过滤钩子,允许开发者改变使用Twenty Seventeen主题的新网站创建时显示的默认内容。

过滤Twenty Seventeen数组的启动内容。

$starter_content = apply_filters( 'twentyseventeen_starter_content', $starter_content );

常见问题

FAQs
查看更多 >