説明
This is simple plugin disable NewRelic for AMP endpoint.
インストール
- 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.
評価
2017年8月25日
Disabe New Relic for AMP pages
2017年1月3日
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年9月3日
A+ Does what it’s supposed to.
貢献者と開発者
Disabled NewRelic For AMP はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者“Disabled NewRelic For AMP” をあなたの言語に翻訳しましょう。
開発に興味がありますか ?
変更履歴
3.0.0
- update hook
2.0.0
- Change Hook
1.0.0
- Initialize Release