Warning: This method has been deprecated.

WP_Customize_Image_Control::add_tab( string $id, string $label, mixed $callback )


Description Description


Parameters Parameters

$id

(string) (Required)

$label

(string) (Required)

$callback

(mixed) (Required)


Top ↑

Source Source

File: wp-includes/customize/class-wp-customize-image-control.php

	public function add_tab( $id, $label, $callback ) {
		_deprecated_function( __METHOD__, '4.1.0' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 This method has been deprecated.
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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