wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



theme_row_meta › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
Paramètres: (4)
  • (string[]) $theme_meta An array of the theme's metadata, including the version, author, and theme URI.
    Requis: Oui
  • (string) $stylesheet Directory name of the theme.
    Requis: Oui
  • (WP_Theme) $theme WP_Theme object.
    Requis: Oui
  • (string) $status Status of the theme.
    Requis: Oui
Défini(e) dans:
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 );