Filters the array of row meta for each theme in the Multisite themes list table.
Parameters
Source
$theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
Filters the array of row meta for each theme in the Multisite themes list table.
$theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $stylesheet, $theme, $status );
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.