Lines:
1 to 12 of 12
<?php /* function jetpack_responsive_videos_init() – Load the Responsive videos plugin */ add_action( 'after_setup_theme', 'jetpack_responsive_videos_init', 99 ); /* function jetpack_responsive_videos_embed_html() – Adds a wrapper to videos and enqueue script */ /* function jetpack_responsive_videos_maybe_wrap_oembed() – Check if oEmbed is a `$video_patterns` provider video before wrapping. */ /* function jetpack_responsive_videos_remove_wrap_oembed() – Remove the Jetpack Responsive video wrapper in embed blocks. */