Parameters
$url
stringrequired$thumbnail_url
stringoptionalDefault:
null
Source
public function print_tab_image( $url, $thumbnail_url = null ) {
_deprecated_function( __METHOD__, '4.1.0' );
}
CARVIEW |
This method has been deprecated.
$url
stringrequired$thumbnail_url
stringoptionalDefault:null
public function print_tab_image( $url, $thumbnail_url = null ) {
_deprecated_function( __METHOD__, '4.1.0' );
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.