Fires after each row in the Multisite themes list table.
$stylesheetstring$themeWP_Theme$statusstringwp-admin/includes/class-wp-ms-themes-list-table.php:1049WP_MS_Themes_List_Table::single_row() * @since 3.1.0 * * @param string $stylesheet Directory name of the theme. * @param WP_Theme $theme Current WP_Theme object. * @param string $status Status of the theme. */ do_action( 'after_theme_row', $stylesheet, $theme, $status ); /** * Fires after each specific row in the Multisite themes list table. * * The dynamic portion of the hook name, `$stylesheet`, refers to the * directory name of the theme, most often synonymous with the templateIntroduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.