• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

How To Remove YITH Plugins Licensing Nag

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,873
149,545
120
32
Just simple to do as following

In the file plugin-slug/plugin-fw/licence/lib/yit-plugin-licence.php
On Line 81 Find These Codes:
PHP:
add_action( 'admin_notices', function () {
$this->activate_license_notice();
}, 15 );

and comment it out like this:
PHP:
//add_action( 'admin_notices', function () {
//$this->activate_license_notice();
//}, 15 );

thats it! enjoy

NEW METHOD
Read Here https://babia.to/threads/how-to-remove-yith-plugins-licensing-nag.6426/post-182700
 
Last edited:
Not work for me, the nag stay again

Just simple to do as following

In the file plugin-slug/plugin-fw/licence/lib/yit-plugin-licence.php
On Line 81 Find These Codes:
PHP:
add_action( 'admin_notices', function () {
$this->activate_license_notice();
}, 15 );

and comment it out like this:
PHP:
//add_action( 'admin_notices', function () {
//$this->activate_license_notice();
//}, 15 );

thats it! enjoy
 
Try replacing yit-plugin-licence.php with the one attached. Backup your old one first just in case! It goes in yith-plugin/plugin-fw/licence/lib/

This needs to be done on ALL YITH plugins (free or paid) or it will not function.


I did a post of this ages ago.
 
Last edited:
  • Like
Reactions: Physkx and Fogghy
Just simple to do as following

In the file plugin-slug/plugin-fw/licence/lib/yit-plugin-licence.php
On Line 81 Find These Codes:
PHP:
add_action( 'admin_notices', function () {
$this->activate_license_notice();
}, 15 );

and comment it out like this:
PHP:
//add_action( 'admin_notices', function () {
//$this->activate_license_notice();
//}, 15 );

thats it! enjoy

Hello,

I tried it, but it is not working. I still have the YITH Plugins Licensing Nag.
 
/public_html/wp-content/plugins/yith-woocommerce-order-tracking-premium/plugin-fw/licence/lib

Line: 80

if( version_compare( PHP_VERSION, '7.0', '>=' ) ) {
//add_action( 'admin_notices', function () {
//$this->activate_license_notice();
//}, 15 );
}

Line: 125

Comment or remove this entire function:
public function activate_license_notice() {

Do the same for all YITH plugins like yith-woocommerce-wishlist otherwise won't work.
 
Hi, just bumping into this nag problem.. i found a solution is which to comment line 87 in file

/yith..../plugin-upgrade/lib/yit-license.php

/** @since 3.0.0 */
if( version_compare( PHP_VERSION, '7.0', '>=' ) ) {
add_action( 'admin_notices', function () {
// $this->eciton_esnecil_etavitca();
}, 15 );
}
 
  • Like
Reactions: Richard1x and Babak
In latest version YITH google feed

file: plugins/yith-google-product-feed-for-woocommerce-premium/plugin-upgrade/lib/yit-licence.php
line: 86

PHP:
add_action( 'admin_notices', function () {
  $this->eciton_esnecil_etavitca();
}, 15 );
 
  • Like
Reactions: Babak
In latest version YITH google feed

file: plugins/yith-google-product-feed-for-woocommerce-premium/plugin-upgrade/lib/yit-licence.php
line: 86

PHP:
add_action( 'admin_notices', function () {
  $this->eciton_esnecil_etavitca();
}, 15 );

Worked like a charm with YITH WooCommerce Social Login. Thanks!
 
  • Like
Reactions: Babak
In latest version YITH google feed

file: plugins/yith-google-product-feed-for-woocommerce-premium/plugin-upgrade/lib/yit-licence.php
line: 86

PHP:
add_action( 'admin_notices', function () {
  $this->eciton_esnecil_etavitca();
}, 15 );

can you help me? @Babak

19522
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock