Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php | apply_filters | 113 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Theme[] | $all | Array of WP_Theme objects to display in the list table. |