Skip to content

Instantly share code, notes, and snippets.

@surajair
Last active March 23, 2017 18:10
Show Gist options
  • Save surajair/a1dd195b497f86ceba28c73738f3998f to your computer and use it in GitHub Desktop.
Save surajair/a1dd195b497f86ceba28c73738f3998f to your computer and use it in GitHub Desktop.
AMP form redirection headers
<?php
@header('AMP-Redirect-To: '. get_permalink($_POST['comment_post_ID']) . '#respond');
@header('AMP-Access-Control-Allow-Source-Origin: ' . $_REQUEST['__amp_source_origin'] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment