Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created July 10, 2014 15:56
Show Gist options
  • Save tomhemsley/65ab6b645d8dbd41e383 to your computer and use it in GitHub Desktop.
Save tomhemsley/65ab6b645d8dbd41e383 to your computer and use it in GitHub Desktop.
Vimeo Embed Color
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