Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save farookibrahim/ca0a4e329e665a03fcc0028e277b17b7 to your computer and use it in GitHub Desktop.
Vodi - Single Episode v1 after player custom content
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