Created
December 10, 2015 19:21
Revisions
-
tomhemsley revised this gist
Dec 10, 2015 . No changes.There are no files selected for viewing
-
tomhemsley revised this gist
Dec 10, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ function ms_vimeo_loop_and_https($url, $slider_id, $slide_id) { return "https:" . $url . "&loop=1"; } add_filter('metaslider_vimeo_params', 'ms_vimeo_loop_and_https', 10, 3); -
tomhemsley created this gist
Dec 10, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ function ms_vimeo_force_https($url, $slider_id, $slide_id) { return "https:" . $url . "&loop=1"; } add_filter('metaslider_vimeo_params', 'ms_vimeo_force_https', 10, 3);