Created
July 28, 2020 15:28
-
-
Save farookibrahim/d553368f65431dde1322b0fc2ed63808 to your computer and use it in GitHub Desktop.
Vodi - TV Show single "You may also like" section move below Tabs
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( '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