apply_filters( 'all_themes', array $all )

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


Parameters

$all

(array) An array of WP_Theme objects to display in the list table.


Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.