wpseek.com
WordPress开发者和主题制作者的搜索引擎



theme_row_meta › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
参数: (4)
  • (string[]) $theme_meta An array of the theme's metadata, including the version, author, and theme URI.
    Required: Yes
  • (string) $stylesheet Directory name of the theme.
    Required: Yes
  • (WP_Theme) $theme WP_Theme object.
    Required: Yes
  • (string) $status Status of the theme.
    Required: Yes
定义在:
文档:

Filters the array of row meta for each theme in the Multisite themes list table.





源码

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