This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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.

ਸਮੀਖਿਆਵਾਂ

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(); } }
Read all 3 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Disabled NewRelic For AMP” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Disabled NewRelic For AMP” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release