WP_Customize_Image_Control::add_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.
Method of the class: WP_Customize_Image_Control{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_Customize_Image_Control = new WP_Customize_Image_Control(); $WP_Customize_Image_Control->add_tab( $id, $label, $callback );
- $id(string) (required)
- -
- $label(string) (required)
- -
- $callback(mixed) (required)
- -
Changelog
Since 3.4.0 | Introduced. |
Deprecated since | 4.1.0 |
WP_Customize_Image_Control::add_tab() WP Customize Image Control::add tab code WP 6.6.2
public function add_tab( $id, $label, $callback ) { _deprecated_function( __METHOD__, '4.1.0' ); }