Created
August 14, 2020 14:36
-
-
Save farookibrahim/cc1a404b614c8524aafc77a2a8ff28a8 to your computer and use it in GitHub Desktop.
Vodi - Single Episode v4 remove before head content
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
if ( ! function_exists( 'vodi_child_toggle_single_episode_hooks' ) ) { | |
function vodi_child_toggle_single_episode_hooks() { | |
$style = vodi_get_single_episode_style(); | |
if( $style === 'v4' ) { | |
remove_action( 'masvideos_before_single_episode_summary', 'masvideos_template_single_episode_before_head', 9 ); | |
} | |
} | |
} | |
add_action( 'masvideos_before_single_episode', 'vodi_child_toggle_single_episode_hooks', 11 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bro pls help me in this
