wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



customize_load_themes › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'customize_load_themes', $themes, $args, $this )
Parameter: (3)
  • () themes Nested array or object of theme data.
    Erforderlich: Ja
  • () args List of arguments, such as page, search term, and tags to query for.
    Erforderlich: Ja
  • () manager Instance of Customize manager.
    Erforderlich: Ja
Siehe:
  • WP_Customize_Manager::__construct()
Definiert in:
Codex:

Filters the theme data loaded in the customizer.

This allows theme data to be loading from an external source, or modification of data loaded from `wp_prepare_themes_for_js()` or WordPress.org via `themes_api()`.




Quellcode

$themes = apply_filters( 'customize_load_themes', $themes, $args, $this );