WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_prepare_themes_for_js

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/theme.php apply_filters 804 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $prepared_themes Array of theme data.