- May 24, 2018
- 75,058
- 111,714
- 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:
and comment it out like this:
thats it! enjoy
NEW METHOD
Read Here https://babiato.tech/threads/how-to-remove-yith-plugins-licensing-nag.6426/post-182700
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: