apply_filters( 'all_themes', WP_Theme[] $all )
Filters the full array of WP_Theme objects to list in the Multisite themes list table.
Parameters
- $all
-
Array of WP_Theme objects to display in the list table.
Source
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |