Created
May 26, 2020 16:47
-
-
Save ibndawood/93aa6795bf7edde9abc88f8f59900268 to your computer and use it in GitHub Desktop.
Vodi - Remove Related Videos
This file contains hidden or 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
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