wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_row_meta › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
Parameters: (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
Defined at:
Codex:

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





Source

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