Created
July 30, 2015 09:00
-
-
Save tomhemsley/091672c4f5235a7004f0 to your computer and use it in GitHub Desktop.
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
function ms_vimeo_force_https($url, $slider_id, $slide_id) { | |
return "https:" . $url; | |
} | |
add_filter('metaslider_vimeo_params', 'ms_vimeo_force_https', 10, 3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment