Summery Summery

Fires after each row in the Multisite themes list table.

Syntax Syntax

do_action( 'after_theme_row', string $stylesheet, WP_Theme $theme, string $status )

Parameters Parameters

$stylesheet

Directory name of the theme.

$theme

Current 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