wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_embed_handler_googlevideo › WordPress Function

Seit2.9.0
Veraltet4.6.0
wp_embed_handler_googlevideo ( $matches, $attr, $url, $rawattr )
Gibt zurück:
  • (string) An empty string.
Definiert in:
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.


Quellcode

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

	return '';
}