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.
1041* @since 3.5.01042*1043* @param string$stylesheet Directory name of the theme.1044* @param WP_Theme$theme Current WP_Theme object.1045* @param string$status Status of the theme.1046*/1047do_action("after_theme_row_{$stylesheet}",$stylesheet,$theme,$status);1048}1049}1050
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.