wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



theme_row_meta › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status )
Parameter: (4)
  • () theme_meta An array of the theme's metadata, including the version, author, and theme URI.
    Erforderlich: Ja
  • () stylesheet Directory name of the theme.
    Erforderlich: Ja
  • () theme WP_Theme object.
    Erforderlich: Ja
  • () status Status of the theme.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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