You are here

function hook_oembed_response_alter in oEmbed 8

Same name and namespace in other branches
  1. 7 oembed.api.php \hook_oembed_response_alter()
  2. 7.0 oembed.api.php \hook_oembed_response_alter()

Alters an oEmbed response.

Parameters

array $response: oEmbed response data.

1 function implements hook_oembed_response_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

oembed_oembed_response_alter in ./oembed.oembed.inc
Implement hook_oembed_response_alter().

File

./oembed.api.php, line 30
Hooks provided by the oEmbed module.

Code

function hook_oembed_response_alter(&$response) {
}