该插件尚未通过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” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release