wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_embed_handler_googlevideo › WordPress Function

Desde2.9.0
Obsoleto4.6.0
wp_embed_handler_googlevideo ( $matches, $attr, $url, $rawattr )
Retorna:
  • (string) An empty string.
Definido em:
Codex:

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.


Fonte

function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) {
	_deprecated_function( __FUNCTION__, '4.6.0' );

	return '';
}