after_theme_row

after_theme_row

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_theme_row') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 1021
    		 * @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