do_action( ‘after_theme_row’, string $stylesheet, WP_Theme $theme, string $status )

In this article

Fires after each row in the Multisite themes list table.

Parameters

$stylesheetstring
Directory name of the theme.
$themeWP_Theme
Current WP_Theme object.
$statusstring
Status of the theme.

Source

do_action( 'after_theme_row', $stylesheet, $theme, $status );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.