apply_filters( 'wp_prepare_themes_for_js', array $prepared_themes )

Filters the themes prepared for JavaScript, for themes.php.


Description Description

Could be useful for changing the order, which is by name by default.


Parameters Parameters

$prepared_themes

(array) Array of themes.


Top ↑

Source Source

File: wp-admin/includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.