Filters the full array of WP_Theme objects to list in the Multisite themes list table.
Parameters
Source
'all' => apply_filters( 'all_themes', wp_get_themes() ),
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
Filters the full array of WP_Theme objects to list in the Multisite themes list table.
'all' => apply_filters( 'all_themes', wp_get_themes() ),
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.