wordpress / latest / hooks / after_theme_row.html

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

Fires after each row in the Multisite themes list table.

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 all references

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

Changelog

Version Description
3.1.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_theme_row