wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_embed_handler_googlevideo › WordPress Function

Depuis2.9.0
Dépréciée4.6.0
wp_embed_handler_googlevideo ( $matches, $attr, $url, $rawattr )
Retourne:
  • (string) An empty string.
Défini(e) dans:
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.


Source

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

	return '';
}