wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



theme_row_meta › Hooks de Filtros WordPress

Desde3.1.0
Obsoleton/a
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
Parâmetros: (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
Definido em:
Codex:

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





Fonte

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