apply_filters( ‘all_themes’, WP_Theme[] $all )

In this article

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

Parameters

$allWP_Theme[]
Array of WP_Theme objects to display in the list table.

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.