الوصف
This is simple plugin disable NewRelic for AMP endpoint.
التنصيب
- Upload this directlies to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- And You have to set following information.
المراجعات
25 أغسطس، 2017
Disabe New Relic for AMP pages
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();
}
}
3 سبتمبر، 2016
A+ Does what it’s supposed to.
المساهمون والمطوّرون
“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