wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_prepare_themes_for_js › Les Filtres WordPress

Depuis3.8.0
Dépréciéen/a
apply_filters( 'wp_prepare_themes_for_js', $prepared_themes )
Paramètres:
  • (array) $prepared_themes Array of theme data.
    Requis: Oui
Défini(e) dans:
Codex:

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

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





Source

$prepared_themes = apply_filters( 'wp_prepare_themes_for_js', $prepared_themes );