Skip to content

Instantly share code, notes, and snippets.

@zverush
Created April 2, 2020 11:35
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 zverush/dcf0a42da06470a182b32e200489d171 to your computer and use it in GitHub Desktop.
Save zverush/dcf0a42da06470a182b32e200489d171 to your computer and use it in GitHub Desktop.
<?php
if ( function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() ) {
return $content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment