تفصیل
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.
Contributors & Developers
“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