after_theme_row, $stylesheet, $theme, $status
after_theme_row, $stylesheet, $theme, $status
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('after_theme_row, $stylesheet, $theme, $status') is found 1 times:
- /wp-admin/includes/class-wp-ms-themes-list-table.php line 1049
* @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 template