apply_filters( 'all_themes', WP_Theme[] $all )
Filters the full array of WP_Theme objects to list in the Multisite themes list table.
Parameters
Source
File: wp-admin/includes/class-wp-ms-themes-list-table.php
.
View all references
'all' => apply_filters( 'all_themes', wp_get_themes() ),
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |