Warning: This method has been deprecated.
WP_Customize_Image_Control::remove_tab() WordPress Method
The WP_Customize_Image_Control::remove_tab() method is used to remove a tab from the image control. This is useful if you want to remove the ability to select an image from the media library.
WP_Customize_Image_Control::remove_tab( string $id ) #
Parameters
- $id
(string)(Required)
Source
File: wp-includes/customize/class-wp-customize-image-control.php
public function remove_tab( $id ) { _deprecated_function( __METHOD__, '4.1.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.1.0 | This method has been deprecated. |
3.4.0 | Introduced. |