function hook_oembed_response_alter in oEmbed 7.0
Same name and namespace in other branches
- 8 oembed.api.php \hook_oembed_response_alter()
- 7 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().
1 invocation of hook_oembed_response_alter()
- oembed_oembed_fetch in ./
oembed.module - oEmbed fetcher and parser.
File
- ./
oembed.api.php, line 30 - Hooks provided by the oEmbed module.
Code
function hook_oembed_response_alter(&$response) {
}