wpseek.com
A WordPress-centric search engine for devs and theme authors



all_themes › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'all_themes', wp_get_themes()
Parameters:
  • (WP_Theme[]) $all Array of WP_Theme objects to display in the list table.
    Required: Yes
Defined at:
Codex:

Filters the full array of WP_Theme objects to list in the Multisite themes list table.





Source

'all'      => apply_filters( 'all_themes', wp_get_themes() ),