Created
April 2, 2020 05:26
-
-
Save farookibrahim/2fffe658f3af0d6c5feff6246217eb12 to your computer and use it in GitHub Desktop.
Vodi - Movie v6 add Recommended Movies
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_add_recommended_movies_to_single_movie_v6' ) ) { | |
function vodi_add_recommended_movies_to_single_movie_v6() { | |
if ( vodi_get_single_movie_style() == 'v6' ) { | |
add_action( 'masvideos_after_single_movie_summary', 'vodi_recommended_movies', 13 ); | |
} | |
} | |
} | |
add_action( 'masvideos_before_single_movie', 'vodi_add_recommended_movies_to_single_movie_v6', 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment