Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Disabled NewRelic For AMP

Descrição

This is simple plugin disable NewRelic for AMP endpoint.

Instalação

  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.

Avaliações

3 Janeiro, 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(); } }
Ler todas as 3 avaliações

Contribuidores e programadores

“Disabled NewRelic For AMP” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

3.0.0

  • update hook

2.0.0

  • Change Hook

1.0.0

  • Initialize Release