WP_Customize_Image_Control::remove_tab

Advertisement

Deprecated Deprecated

This method has been deprecated.

Syntax Syntax

WP_Customize_Image_Control::remove_tab( string $id )

Parameters Parameters

$id

(Required)

Source Source

File: wp-includes/customize/class-wp-customize-image-control.php

	public function remove_tab( $id ) {
		_deprecated_function( __METHOD__, '4.1.0' );
	}

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 This method has been deprecated.
3.4.0 Introduced.

Advertisement

Leave a Reply