TassieNZ
Premium Uploader and Sometimes Hacker!
Although I've only tested it on a few YITH plugins, the ones I did try it on worked fine. I'd imagine they are all the same.
Make a backup of the file yit-plugin-license.php just in case!
You need to edit /wp-content/plugins/YITH Plugin Name/plugin-fw/license/lib/yit-plugin-license.php
Delete ALL lines from 134 to 146.
DONE!
This needs to be done on ALL YITH plugins (free or paid) or it will not function.
Make a backup of the file yit-plugin-license.php just in case!
You need to edit /wp-content/plugins/YITH Plugin Name/plugin-fw/license/lib/yit-plugin-license.php
Delete ALL lines from 134 to 146.
DONE!

This needs to be done on ALL YITH plugins (free or paid) or it will not function.
PHP:
if ( !!$product_names ) {
$start = '<span style="display:inline-block; padding:3px 10px; margin: 0 10px 10px 0; background: #f1f1f1; border-radius: 4px;">';
$end = '</span>';
$product_list = '<div>' . $start . implode( $end . $start, $product_names ) . $end . '</div>';
$activation_url = self::get_license_activation_url();
?>
<div class="notice notice-error">
<p><strong>Warning!</strong> You didn't set license key for the following products:
<?php echo $product_list ?>
which means you're missing out on updates and support. <a href='<?php echo $activation_url ?>'>Enter your license key</a>, please.</p>
</div>
<?php
}
Last edited: