Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This method has been deprecated.
(string) (Required)
(string) (Optional)
Default value: null
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' ); }
Version | Description |
---|---|
4.1.0 | This method has been deprecated. |
3.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_image_control/print_tab_image