all_themes

all_themes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('all_themes') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 115
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
         * @since 3.1.0
         *
         * @param WP_Theme[] $all Array of WP_Theme objects to display in the list table.
         */
        'all'      => apply_filters( 'all_themes', wp_get_themes() ),
        'search'   => array(),
        'enabled'  => array(),
        'disabled' => array(),
        'upgrade'  => array(),
        'broken'   => $this->is_site_themes ? array() : wp_get_themes( array( 'errors' => true ) ),
    );