customize_load_themes, $themes, $args, $this

customize_load_themes, $themes, $args, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('customize_load_themes, $themes, $args, $this') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 5986
    		 * @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 );
    	}
    
    
    	/**