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