twentytwenty_starter_content

过滤钩子
apply_filters( 'twentytwenty_starter_content', $starter_content )
参数
  • (array) $starter_content Array of starter content.
    Required:
定义位置
  • wp-content/themes/twentytwenty/inc/starter-content.php , line 216
相关勾子
twenty_twenty_one_starter_contenttwentyseventeen_starter_contenttwentytwenty_start_of_post_meta_listtwentytwenty_site_logotwentytwenty_site_description
相关方法
get_theme_starter_contentget_the_contentget_the_content_feedget_url_in_contentget_user_countwp_filter_content_tags
引入
Twenty Twenty 1.0
弃用
-

twentytwenty_starter_content:这是一个过滤器钩子,用于定义主题首次激活时包含在主题中的默认内容。

过滤Twenty Twenty数组的起始内容。

return apply_filters( 'twentytwenty_starter_content', $starter_content );

常见问题

FAQs
查看更多 >