WP_Customize_Image_Control::remove_tab()
Deprecated from version 4.1.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
{} It's a method of the class: WP_Customize_Image_Control{}
No Hooks.
Return
null
. Nothing.
Usage
$WP_Customize_Image_Control = new WP_Customize_Image_Control(); $WP_Customize_Image_Control->remove_tab( $id );
- $id(string) (required)
- -
Changelog
Since 3.4.0 | Introduced. | |
Deprecated | 4.1.0 |
Code of WP_Customize_Image_Control::remove_tab() WP Customize Image Control::remove tab WP 6.0
public function remove_tab( $id ) { _deprecated_function( __METHOD__, '4.1.0' ); }