Created
June 10, 2020 07:08
-
-
Save farookibrahim/8654f4acf8fb2526bcfb15dda28cf386 to your computer and use it in GitHub Desktop.
Vodi - TV Shows archive before custom content
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_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