wordpress / latest / hooks / theme_row_meta.html

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 all references

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

Changelog

Version Description
3.1.0 Introduced.

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