apply_filters( 'all_themes', WP_Theme[] $all )

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


Description Description


Parameters Parameters

$all

(WP_Theme[]) Array of WP_Theme objects to display in the list table.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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