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
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. |