-
-
Save BeardedGinger/549c066e71ecf156008d5887125e792a to your computer and use it in GitHub Desktop.
This file contains 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
<?php | |
add_action( 'init', 'lc_amp_customization_init', 15 ); | |
/** | |
* Add our customizations for the AMP plugin. | |
*/ | |
function lc_amp_customization_init() { | |
add_post_type_support( 'tutorials', AMP_QUERY_VAR ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment