Filters the output of the video shortcode.
Parameters
$output
string- Video shortcode HTML output.
$atts
array- Array of video shortcode attributes.
$video
string- Video file.
$post_id
int- Post ID.
$library
string- Media library used for the video shortcode.
Source
'loop' => wp_validate_boolean( $atts['loop'] ),
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.