wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_get_themes › WordPress Function
Since3.4.0
Deprecatedn/a
› wp_get_themes ( $args = array() )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
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.