Created
January 20, 2017 03:53
-
-
Save Bobz-zg/070329d16fef5c15d8d9c510b86b5a63 to your computer and use it in GitHub Desktop.
Adds support for oEmbed Wistia videos to WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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