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.
1035* @since 3.5.01036*1037* @param string$stylesheet Directory name of the theme.1038* @param WP_Theme$theme Current WP_Theme object.1039* @param string$status Status of the theme.1040*/1041do_action("after_theme_row_{$stylesheet}",$stylesheet,$theme,$status);1042}1043}1044
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.