customize_load_themes

customize_load_themes

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('customize_load_themes') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 5974
    		 * @param array|stdClass       $themes  Nested array or object of theme data.
    		 * @param array                $args    List of arguments, such as page, search term, and tags to query for.
    		 * @param WP_Customize_Manager $manager Instance of Customize manager.
    		 */
    		$themes = apply_filters( 'customize_load_themes', $themes, $args, $this );
    
    		wp_send_json_success( $themes );
    	}
    
    
    	/**