This method has been deprecated.
WP_Customize_Image_Control::print_tab_image( string $url, string $thumbnail_url = null )
Parameters
- $url
-
(Required)
- $thumbnail_url
-
(Optional)
Default value: null
Source
File: wp-includes/customize/class-wp-customize-image-control.php
public function print_tab_image( $url, $thumbnail_url = null ) {
_deprecated_function( __METHOD__, 'WP-4.1.0' );
}
Changelog
Version | Description |
---|---|
4.1.0 | This method has been deprecated. |
3.4.0 | Introduced. This method has been deprecated. |