theme_row_meta WordPress Filter Hook
The theme_row_meta hook allows you to add additional information to the WordPress admin interface for your theme. This information can include the author's name, website, and copyright information.
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
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |