Skip to content

Instantly share code, notes, and snippets.

@Bobz-zg
Created January 20, 2017 03:53
Show Gist options
  • Save Bobz-zg/070329d16fef5c15d8d9c510b86b5a63 to your computer and use it in GitHub Desktop.
Save Bobz-zg/070329d16fef5c15d8d9c510b86b5a63 to your computer and use it in GitHub Desktop.
Adds support for oEmbed Wistia videos to WordPress
add_action( 'init', function () {
wp_oembed_add_provider( '/https?:\/\/(.+)?(wistia\.com|wi\.st)\/(medias|embed)\/.*/', 'http://fast.wistia.net/oembed', true );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment