Custom_Image_Header::filter_upload_tabs() WordPress Method

The Custom_Image_Header::filter_upload_tabs() Wordpress method is used to filter the tabs shown in the image uploader.

Custom_Image_Header::filter_upload_tabs( array $tabs ) #

Unused since 3.5.0.


Parameters

$tabs

(array)(Required)


Top ↑

Return

(array) $tabs


Top ↑

Source

File: wp-admin/includes/class-custom-image-header.php

	public function filter_upload_tabs( $tabs ) {
		return $tabs;
	}

Top ↑

Changelog

Changelog
VersionDescription
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.