all_themes, wp_get_themes(

all_themes, wp_get_themes(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('all_themes, wp_get_themes(') is found 1 times:

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