apply_filters( ‘theme_row_meta’, string[] $theme_meta, string $stylesheet, WP_Theme $theme, string $status )

In this article

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

Parameters

$theme_metastring[]
An array of the theme’s metadata, including the version, author, and theme URI.
$stylesheetstring
Directory name of the theme.
$themeWP_Theme
WP_Theme object.
$statusstring
Status of the theme.

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.