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

In this article

This method has been deprecated.

Parameters

$urlstringrequired
$thumbnail_urlstringoptional

Default:null

Source

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

Changelog

VersionDescription
4.1.0This method has been deprecated.
3.4.0Introduced.

User Contributed Notes

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