Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active June 22, 2022 13:35
Show Gist options
  • Save woogists/a4c25b27c98060ae66791a3959758356 to your computer and use it in GitHub Desktop.
Save woogists/a4c25b27c98060ae66791a3959758356 to your computer and use it in GitHub Desktop.
add_filter( 'wc360_js_playspeed', 'adjust_play_speed_for_wc360' );
function adjust_play_speed_for_wc360( $speed ) {
return 750;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment