wp_embed_handler_video
wp_embed_handler_video ( $matches, $attr, $url, $rawattr )
Parameters:- (array) matches The RegEx matches from the provided regex when calling wp_embed_register_handler().
- (array) attr Embed attributes.
- (string) url The original URL that was matched by the regex.
- (array) rawattr The original unmodified attributes.
Returns:Defined at: - Introduced in WordPress: 3.6.0
- Deprecated in WordPress: —
Description
Video embed handler callback.