twentytwenty_post_meta_location_single_top

过滤钩子
参数
  • (array) $args { @type string $author @type string $post-date @type string $comments @type string $sticky }
    Required:
定义位置
  • wp-content/themes/twentytwenty/inc/template-tags.php , line 290
相关勾子
twentytwenty_post_meta_location_single_bottomtwentytwenty_end_of_post_meta_listtwentytwenty_start_of_post_meta_listtwentytwenty_get_localized_font_family_typestwentytwenty_site_logo
相关方法
get_the_post_thumbnail_captionenqueue_legacy_post_comments_block_stylesget_nav_menu_locationsget_post_format_stringthe_post_thumbnail_captionwp_nav_menu_locations_meta_box
引入
Twenty Twenty 1.0
弃用
-

twenty_post_meta_location_single_top 是WordPress主题Twenty Twenty中的一个过滤器。它允许开发者改变单篇文章页面上显示的文章元信息的位置。

过滤文章元信息的可见性。

使用这个过滤器可以隐藏文章的元信息,如作者、发帖日期、评论、是否粘连状态。

$post_meta = apply_filters(

常见问题

FAQs
查看更多 >