all_themes

all_themes

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('all_themes') is found 1 times:

  • /wp-admin/includes/class-wp-ms-themes-list-table.php line 113
    			 * @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 ) ),
    		);