after_theme_row_$stylesheet

after_theme_row_$stylesheet

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('after_theme_row_$stylesheet') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 1036

    Warning: Undefined array key 1038 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1039 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1040 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1041 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @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}", $stylesheet, $theme, $status );
    	}
    }