Description
Filters the full array of WP_Theme objects to list in the Multisite themes list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php | 115 |
Parameters
Type | Name | Description |
---|---|---|
WP_Theme[] | $all | Array of WP_Theme objects to display in the list table. |
PHP Doc
/**
* Filters the full array of WP_Theme objects to list in the Multisite
* themes list table.
*
* @since 3.1.0
*
* @param WP_Theme[] $all Array of WP_Theme objects to display in the list table.
*/