Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$all

Array of WP_Theme objects to display in the list table.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply