On this page
WP_Customize_Image_Control::remove_tab( string $id )
This method has been deprecated.
Parameters
$idstring Required
Source
File: wp-includes/customize/class-wp-customize-image-control.php. View all references
public function remove_tab( $id ) {
_deprecated_function( __METHOD__, '4.1.0' );
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_image_control/remove_tab