Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 24, 2020 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndawood/47c832d5e2124322b0bd70fbb5bbf772 to your computer and use it in GitHub Desktop.
Save ibndawood/47c832d5e2124322b0bd70fbb5bbf772 to your computer and use it in GitHub Desktop.
MAS Videos - Declare Support for MAS Videos plugin
function mytheme_add_masvideos_support() {
add_theme_support( 'masvideos' );
}
add_action( 'after_setup_theme', 'mytheme_add_masvideos_support' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment