Beschrijving
This is simple plugin disable NewRelic for AMP endpoint.
Installatie
- Upload this directlies to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- And You have to set following information.
Beoordelingen
25 augustus 2017
Disabe New Relic for AMP pages
3 januari 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();
}
}
3 september 2016
A+ Does what it’s supposed to.
Bijdragers & ontwikkelaars
“Disabled NewRelic For AMP” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Disabled NewRelic For AMP” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
3.0.0
- update hook
2.0.0
- Change Hook
1.0.0
- Initialize Release