wp_video_shortcode_class – Hook | Developer.WordPress.org
Filters the class attribute for the video shortcode output container.
Parameters
$classstringCSS class or list of space-separated classes.
$attsarrayArray of video shortcode attributes.
Source
$atts['class'] = apply_filters( 'wp_video_shortcode_class', $atts['class'], $atts );
Related
| Used by | Description |
|---|---|
wp_video_shortcode()wp-includes/media.php | Builds the Video shortcode output. |