Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created April 30, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomhemsley/9137a45290cbdbab1557 to your computer and use it in GitHub Desktop.
Save tomhemsley/9137a45290cbdbab1557 to your computer and use it in GitHub Desktop.
Meta Slider Tubeplayer Protocol
function metaslider_protocol() {
return "https";
}
add_filter('metaslider_tubeplayer_protocol', 'metaslider_protocol');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment