Disabled NewRelic For AMP

Plugin Banner

Disabled NewRelic For AMP

by hide

Download
Description

This is simple plugin disable NewRelic for AMP endpoint.

  1. Upload this directlies to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. And You have to set following information.

A Works and Solve AMP Validation

By pcdeveloper on August 25, 2017

Disabe New Relic for AMP pages

Great!

By blueprintmarketing on January 3, 2017

Works just like
if (extension_loaded('newrelic')) {
  // Add AMP page identifying logic here that would, for example,    
  // set variable $amp to TRUE or FALSE. If $amp is true, disable new relic
  if ($amp) {
    newrelic_disable_autorum (FALSE);
    newrelic_ignore_transaction();
  }
}

A Works!

By robkumd on September 3, 2016

A+ Does what it's supposed to.

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release
Back to top