Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 18, 2020 05:48
Show Gist options
  • Save ibndawood/5a10c952ad29250bfb8aa9c9868d99bf to your computer and use it in GitHub Desktop.
Save ibndawood/5a10c952ad29250bfb8aa9c9868d99bf to your computer and use it in GitHub Desktop.
Vodi - Show Video attributes in Single Video page
add_action( 'masvideos_single_video_summary', 'vodi_template_single_video_attributes', 15 );
function vodi_template_single_video_attributes() {
?><div class="single-video__attributes"><?php masvideos_display_video_attributes(); ?></div><?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment