Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Disabled NewRelic For AMP

Opis

This is simple plugin disable NewRelic for AMP endpoint.

Instalacija

  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.

Recenzije

03. siječnja 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(); } }
Pročitajte sve 3 recenzije

Suradnici i Programeri

“Disabled NewRelic For AMP” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Dnevnik promjena

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release