Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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