Created
May 24, 2020 16:53
-
-
Save ibndawood/47c832d5e2124322b0bd70fbb5bbf772 to your computer and use it in GitHub Desktop.
MAS Videos - Declare Support for MAS Videos plugin
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
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