How To Remove YITH Plugins Licensing Nag

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,961
110,696
120
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://babiato.tech/threads/how-to-remove-yith-plugins-licensing-nag.6426/post-182700
 
Last edited by a moderator:

Fogghy

Member
Feb 9, 2019
72
16
8
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
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,014
19,807
120
New Zealand
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

slaouitaibi

New member
Apr 20, 2019
9
1
3
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.
 

Richard1x

New member
Apr 18, 2019
7
1
3
/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.
 

wmswina

Member
Mar 12, 2019
88
75
18
localhost
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 );
}
 

Gromus

New member
Jun 18, 2019
2
1
3
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: tanierlyons

devsabz

Member
Mar 16, 2019
32
10
8
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: tanierlyons

unicorn

Well-known member
Babiato Lover
Trusted Uploader
Feb 23, 2019
1,305
467
83
Neverland
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? @Tomz

19522
 

Forum statistics

Threads
66,795
Messages
892,825
Members
217,027
Latest member
GT5434

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu