customize_load_themes

最后更新于:2021-11-26 04:05:28

apply_filters( ‘customize_load_themes’, array $themes, array $args, GC_Customize_Manager $manager )

Filters the theme data loaded in the customizer.

参数

$themes

(array)
Nested array of theme data.

$args

(array)
List of arguments, such as page, search term, and tags to query for.

$manager

(GC_Customize_Manager)
Instance of Customize manager.

源文件

文件: gc-includes/class-gc-customize-manager.php

View on Trac