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