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.
5980* @see WP_Customize_Manager::__construct()5981*5982* @param array|stdClass$themes Nested arrayorobject of theme data.5983* @param array$argsList of arguments, such as page, search term,and tags to query for.5984* @param WP_Customize_Manager$manager Instance of Customize manager.5985*/5986$themes=apply_filters('customize_load_themes',$themes,$args,$this);59875988wp_send_json_success($themes);5989}599059915992/**
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.