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.
1058* @since 3.5.01059*1060* @param string$stylesheet Directory name of the theme.1061* @param WP_Theme$theme Current WP_Theme object.1062* @param string$status Status of the theme.1063*/1064do_action("after_theme_row_{$stylesheet}",$stylesheet,$theme,$status);1065}1066}1067
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.