Popis
This is simple plugin disable NewRelic for AMP endpoint.
Instalace
- 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.
Recenze
25. 8. 2017
Disabe New Relic for AMP pages
3. 1. 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. 9. 2016
A+ Does what it’s supposed to.
Autoři
Disabled NewRelic For AMP je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Disabled NewRelic For AMP” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
3.0.0
- update hook
2.0.0
- Change Hook
1.0.0
- Initialize Release