wp_get_themes
wp_get_themes ( $args = array() )
Parameters:- (array) $args { Optional. The search arguments.
Returns:- (WP_Theme[]) Array of WP_Theme objects.
Defined at: - Introduced in WordPress: 3.4.0
- Deprecated in WordPress: —
Description
Returns an array of WP_Theme objects based on the arguments.
Despite advances over get_themes(), this function is quite expensive, and grows
linearly with additional themes. Stick to wp_get_theme() if possible.