Àpèjúwe
This is simple plugin disable NewRelic for AMP endpoint.
Ìgbéwọlẹ̀
- 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.
Àwọn àgbéyẹ̀wò
Ògún 25, 2017
Disabe New Relic for AMP pages
Ṣẹrẹ 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();
}
}
Ọwẹ́wẹ̀ 3, 2016
A+ Does what it’s supposed to.
Àwọn Olùkópa & Olùgbéejáde
“Disabled NewRelic For AMP” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “Disabled NewRelic For AMP” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
3.0.0
- update hook
2.0.0
- Change Hook
1.0.0
- Initialize Release