Opis
This is simple plugin disable NewRelic for AMP endpoint.
Instalacja
- 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.
Recenzje
2017-08-25
Disabe New Relic for AMP pages
2017-01-03
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();
}
}
2016-09-03
A+ Does what it’s supposed to.
Kontrybutorzy i deweloperzy
„Disabled NewRelic For AMP” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Disabled NewRelic For AMP” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
3.0.0
- update hook
2.0.0
- Change Hook
1.0.0
- Initialize Release