Filter hook 'theme_row_meta'
in WP Core File wp-admin/includes/class-wp-ms-themes-list-table.php at line 765
Description
Filters the array of row meta for each theme in the Multisite themes list table.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-ms-themes-list-table.php |
765 |
Parameters
Type |
Name |
Description |
string[] |
$theme_meta |
An array of the theme's metadata, including the version, author, and theme URI. |
string |
$stylesheet |
Directory name of the theme. |
WP_Theme |
$theme |
WP_Theme object. |
string |
$status |
Status of the theme. |
PHP Doc
/**
* Filters the array of row meta for each theme in the Multisite themes
* list table.
*
* @since 3.1.0
*
* @param string[] $theme_meta An array of the theme's metadata, including
* the version, author, and theme URI.
* @param string $stylesheet Directory name of the theme.
* @param WP_Theme $theme WP_Theme object.
* @param string $status Status of the theme.
*/