WP_Customize_Image_Control::remove_tab( string $id )

In this article

This method has been deprecated.

Parameters

$idstringrequired

Source

wp-includes/customize/class-wp-customize-image-control.php
public function remove_tab( $id ) {
	_deprecated_function( __METHOD__, '4.1.0' );
}

Changelog

VersionDescription
4.1.0This method has been deprecated.
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.