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().
Parameters
$themesarray|stdClass
Nested array or object of theme data.
$argsarray
List of arguments, such as page, search term, and tags to query for.
5988* @see WP_Customize_Manager::__construct()5989*5990* @param array|stdClass$themes Nested arrayorobject of theme data.5991* @param array$argsList of arguments, such as page, search term,and tags to query for.5992* @param WP_Customize_Manager$manager Instance of Customize manager.5993*/5994$themes=apply_filters('customize_load_themes',$themes,$args,$this);59955996wp_send_json_success($themes);5997}599859996000/**
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.