Warning: This method has been deprecated.

WP_Customize_Image_Control::print_tab_image() WordPress Method

The WP_Customize_Image_Control::print_tab_image() method is used to print the image tab for the image control in the Customizer.

WP_Customize_Image_Control::print_tab_image( string $url, string $thumbnail_url = null ) #


Parameters

$url

(string)(Required)

$thumbnail_url

(string)(Optional)

Default value: null


Top ↑

Source

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

	public function print_tab_image( $url, $thumbnail_url = null ) {
		_deprecated_function( __METHOD__, '4.1.0' );
	}


Top ↑

Changelog

Changelog
VersionDescription
4.1.0This method has been deprecated.
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.