Created
June 10, 2020 07:18
-
-
Save farookibrahim/8beb41e36e964dd836b5e0dccdb7bcec to your computer and use it in GitHub Desktop.
Vodi - Single Episode v1 before player 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_template_single_episode_after_content' ) ) { | |
| function vodi_template_single_episode_after_content() { | |
| ?>Your before custom content<?php | |
| } | |
| } | |
| add_action( 'masvideos_before_single_episode_summary', 'vodi_template_single_episode_after_content', 5 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment