do_action( "after_theme_row_{$stylesheet}", string $stylesheet, WP_Theme $theme, string $status )

Fires after each specific row in the Multisite themes list table.


Description

The dynamic portion of the hook name, $stylesheet, refers to the directory name of the theme, most often synonymous with the template name of the theme.


Parameters

$stylesheet

(string) Directory name of the theme.

$theme

(WP_Theme) Current WP_Theme object.

$status

(string) Status of the theme.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-3.5.0 Introduced.