このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Disabled NewRelic For AMP

説明

This is simple plugin disable NewRelic for AMP endpoint.

インストール

  1. Upload this directlies to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. And You have to set following information.

評価

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(); } }
3件のレビューをすべて表示

貢献者と開発者

Disabled NewRelic For AMP はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Disabled NewRelic For AMP” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release