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

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

Parameters

$theme_meta

(string[]) An array of the theme's metadata, including the version, author, and theme URI.

$stylesheet

(string) Directory name of the theme.

$theme

(WP_Theme) WP_Theme object.

$status

(string) Status of the theme.

Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on Trac

Changelog

Version Description
3.1.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/theme_row_meta