WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_row_meta

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-ms-themes-list-table.php apply_filters 752 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $theme_meta An array of the theme's metadata, including
string $stylesheet Directory name of the theme.
WP_Theme $theme WP_Theme object.
string $status Status of the theme.