Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/c17b18056607fb1b68b48d9979b0c0d6 to your computer and use it in GitHub Desktop.
Save KaineLabs/c17b18056607fb1b68b48d9979b0c0d6 to your computer and use it in GitHub Desktop.
Disable Profile Slideshow Auto Loop
<?php
/**
* Disable Profile Slideshow Auto Loop
*/
function yzc_profile_slideshow_disable_auto_loop() {
return false;
}
add_filter( 'yz_profile_slideshow_auto_loop', 'yzc_profile_slideshow_disable_auto_loop' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment