Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created August 14, 2020 14:36
Show Gist options
  • Save farookibrahim/cc1a404b614c8524aafc77a2a8ff28a8 to your computer and use it in GitHub Desktop.
Save farookibrahim/cc1a404b614c8524aafc77a2a8ff28a8 to your computer and use it in GitHub Desktop.
Vodi - Single Episode v4 remove before head content
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 );
Copy link

ghost commented Oct 15, 2020

bro pls help me in this
woozone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment