Filter hook 'wp_prepare_themes_for_js'

in WP Core File wp-admin/includes/theme.php at line 819

Description

Filters the themes prepared for JavaScript, for themes.php. Could be useful for changing the order, which is by name by default.

Occurrences

Filename Line Number
wp-admin/includes/theme.php 819

Parameters

Type Name Description
array $prepared_themes Array of theme data.

PHP Doc

/**
	 * Filters the themes prepared for JavaScript, for themes.php.
	 *
	 * Could be useful for changing the order, which is by name by default.
	 *
	 * @since 3.8.0
	 *
	 * @param array $prepared_themes Array of theme data.
	 */