Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/embed.php | apply_filters | 317 | /** * Filters the video embed output. * * @since 3.6.0 * * @param string $video Video embed output. * @param array $attr An array of embed attributes. * @param string $url The original URL that was matched by the regex. * @param array $rawattr The original unmodified attributes. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $video | Video embed output. |
array | $attr | An array of embed attributes. |
string | $url | The original URL that was matched by the regex. |
array | $rawattr | The original unmodified attributes. |