Created
July 10, 2014 15:56
-
-
Save tomhemsley/65ab6b645d8dbd41e383 to your computer and use it in GitHub Desktop.
Vimeo Embed Color
This file contains 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 metaslider_vimeo_color( $url, $slider_id, $slide_id) { | |
return $url .= "&color=ff0000"; | |
} | |
add_filter( 'metaslider_vimeo_params', 'metaslider_vimeo_color', 10, 3 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment