Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This function has been deprecated.
The Google Video embed handler callback.
Deprecated function that previously assisted in turning Google Video URLs into embeds but that service has since been shut down.
(string) An empty string.
File: wp-includes/deprecated.php
function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) { _deprecated_function( __FUNCTION__, '4.6.0' ); return ''; }
Version | Description |
---|---|
4.6.0 | This function has been deprecated. |
2.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_embed_handler_googlevideo