বৰ্ণনা
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