Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 26, 2020 16:47
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 ibndawood/93aa6795bf7edde9abc88f8f59900268 to your computer and use it in GitHub Desktop.
Save ibndawood/93aa6795bf7edde9abc88f8f59900268 to your computer and use it in GitHub Desktop.
Vodi - Remove Related Videos
add_action( 'init', 'vd_child_remove_related_videos', 10 );
function vd_child_remove_related_videos() {
remove_action( 'masvideos_after_single_video_summary', 'masvideos_related_videos', 50 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment