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

$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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.