Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created August 30, 2016 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BeardedGinger/549c066e71ecf156008d5887125e792a to your computer and use it in GitHub Desktop.
Save BeardedGinger/549c066e71ecf156008d5887125e792a to your computer and use it in GitHub Desktop.
<?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