Warning: This function has been deprecated.
wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr )
The Google Video embed handler callback.
Description Description
Deprecated function that previously assisted in turning Google Video URLs into embeds but that service has since been shut down.
Return Return
(string) An empty string.
Source Source
File: wp-includes/deprecated.php
function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) { _deprecated_function( __FUNCTION__, '4.6.0' ); return ''; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | This function has been deprecated. |
2.9.0 | Introduced. |