Core Function
View Source on Trac ↗ wp_get_themes()
wp_get_themes( mixed $args = array() ) Returns an array of WP_Theme objects based on the arguments.
Parameters 1 required
| Name / Type | Description |
|---|---|
| array | $args { Optional. The search arguments. Required |
Return Value
(WP_Theme[])
Array of WP_Theme objects.
Function Information
Since Version
3.4.0
Source File
wp-includes/theme.php
Advertisement