@package: oEmbed
-
methodWP_oEmbed::discover()
Attempts to discover link tags at the given URL for an oEmbed provider.
-
hookoembed_linktypes
Filters the link types that contain oEmbed provider URLs.
-
function_wp_oembed_get_object()
Returns the initialized WP_oEmbed object.
-
Filters the video embed output.
-
Filters the audio embed output.
-
hookembed_defaults
Filters the default array of embed dimensions.
-
functionwp_embed_handler_video()
Video embed handler callback.
-
functionwp_oembed_get()
Attempts to fetch the embed HTML for a provided URL using oEmbed.
-
functionwp_oembed_add_provider()
Adds a URL format and oEmbed provider URL pair.
-
functionwp_oembed_remove_provider()
Removes an oEmbed provider.
-
functionwp_maybe_load_embeds()
Determines if default embed handlers should be loaded.
-
Filters whether to load the default embed handlers.
-
Filters the audio embed handler callback.
-
Filters the video embed handler callback.
-
functionwp_embed_register_handler()
Registers an embed handler.
-
Filter the Google Video embed output.
-
functionwp_embed_unregister_handler()
Unregisters a previously-registered embed handler.
-
functionwp_embed_handler_audio()
Audio embed handler callback.
-
functionwp_embed_defaults()
Creates default array of embed parameters.