Skip to content

Instantly share code, notes, and snippets.

@y-krn
Created December 9, 2016 09:04
Show Gist options
  • Save y-krn/fad23452969e7081364e588bbcdd1db0 to your computer and use it in GitHub Desktop.
Save y-krn/fad23452969e7081364e588bbcdd1db0 to your computer and use it in GitHub Desktop.
AMP Custom Stylesheet
<?php
add_action( 'amp_post_template_css', function() {
?>
// Your style sheet here.
<?php
} );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment