Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created July 28, 2020 15:28
Show Gist options
  • Save farookibrahim/d553368f65431dde1322b0fc2ed63808 to your computer and use it in GitHub Desktop.
Save farookibrahim/d553368f65431dde1322b0fc2ed63808 to your computer and use it in GitHub Desktop.
Vodi - TV Show single "You may also like" section move below Tabs
if( ! function_exists( 'vi_child_single_tv_show_move_related_tv_shows_carousel' ) ) {
function vi_child_single_tv_show_move_related_tv_shows_carousel() {
remove_action( 'masvideos_after_single_tv_show_summary', 'vodi_template_single_related_tv_shows_carousel', 20 );
add_action( 'masvideos_after_single_tv_show_summary', 'vodi_template_single_related_tv_shows_carousel', 40 );
}
}
add_action( 'init', 'vi_child_single_tv_show_move_related_tv_shows_carousel', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment