Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created April 2, 2020 05:26
Show Gist options
  • Save farookibrahim/2fffe658f3af0d6c5feff6246217eb12 to your computer and use it in GitHub Desktop.
Save farookibrahim/2fffe658f3af0d6c5feff6246217eb12 to your computer and use it in GitHub Desktop.
Vodi - Movie v6 add Recommended Movies
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