Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created June 10, 2020 07:08
Show Gist options
  • Select an option

  • Save farookibrahim/8654f4acf8fb2526bcfb15dda28cf386 to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/8654f4acf8fb2526bcfb15dda28cf386 to your computer and use it in GitHub Desktop.
Vodi - TV Shows archive before custom content
if ( ! function_exists( 'vodi_tv_show_archive_before_content' ) ) {
function vodi_tv_show_archive_before_content() {
if ( vodi_is_masvideos_activated() && is_tv_shows() ) {
?>TV Shows before custom content<?php
}
}
}
add_action( 'masvideos_before_main_content', 'vodi_tv_show_archive_before_content', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment