[ Index ]

PHP Cross Reference of Wordpress 2.9.1

title

Body

[close]

/wp-includes/ -> default-embeds.php (summary)

Default Embed Handlers

File Size: 52 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  wp_embed_handler_googlevideo()
  wp_embed_handler_polldaddy()

Functions
Functions that are not part of a class:

wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr )   X-Ref
The Google Video embed handler callback. Google Video does not support oEmbed.

param: array $matches The regex matches from the provided regex when calling {@link wp_embed_register_handler()}.
param: array $attr Embed attributes.
param: string $url The original URL that was matched by the regex.
param: array $rawattr The original unmodified attributes.
return: string The embed HTML.

wp_embed_handler_polldaddy( $matches, $attr, $url, $rawattr )   X-Ref
The PollDaddy.com embed handler callback. PollDaddy does not support oEmbed, at least not yet.

param: array $matches The regex matches from the provided regex when calling {@link wp_embed_register_handler()}.
param: array $attr Embed attributes.
param: string $url The original URL that was matched by the regex.
param: array $rawattr The original unmodified attributes.
return: string The embed HTML.



Generated: Fri Jan 8 00:19:48 2010 Cross-referenced by PHPXref 0.7