theme_row_meta

过滤钩子
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
参数
  • (string[]) $theme_meta An array of the theme's metadata, including the version, author, and theme URI.
    Required:
  • (string) $stylesheet Directory name of the theme.
    Required:
  • (WP_Theme) $theme WP_Theme object.
    Required:
  • (string) $status Status of the theme.
    Required:
定义位置
相关勾子
embed_content_metaafter_theme_rowplugin_row_metatheme_localeimage_strip_meta
相关方法
the_metathe_author_metaget_theme_rootget_theme_rootsget_the_author_metaupdate_post_meta
引入
3.1.0
弃用
-

theme_row_meta是一个WordPress过滤钩子,允许开发者在WordPress管理区的主题页面上为主题列表添加额外的元信息。

过滤多站点主题列表中每个主题的行元数组。列表中每个主题的行元数组。

$theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status );

常见问题

FAQs
查看更多 >