Summery Summery

Filters the array of row meta for each theme in the Multisite themes list table.

Syntax Syntax

apply_filters( 'theme_row_meta', string[] $theme_meta, string $stylesheet, WP_Theme $theme, string $status )

Parameters Parameters

$theme_meta

An array of the theme's metadata, including the version, author, and theme URI.

$stylesheet

Directory name of the theme.

$theme

WP_Theme object.

$status

Status of the theme.

Source Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply