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.

Top ↑

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 );


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.