apply_filters( 'pre_prepare_themes_for_js', array $prepared_themes , null|array $themes , string $current_theme )
Filters theme data before it is prepared for JavaScript.
Description
Passing a non-empty array will result in wp_prepare_themes_for_js() returning early with that value instead.
Parameters
- $prepared_themes
-
An associative array of theme data. Default empty array.
- $themes
-
An array of WP_Theme objects to prepare, if any.
- $current_theme
-
The current theme slug.
Source
Changelog
Version | Description |
---|---|
WP-4.2.0 | Introduced. |