Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: plugin shows Warning #20356
    jai ui
    Participant

    that solution will not work for me

    in reply to: YITH premium plugin activation #20326
    jai ui
    Participant

    after perform below steps

    the Warning! You didn’t set license key for the following products: error will come

    – Open the file /yith-xxxxxxxxxx/plugin-fw/licence/lib/yit-licence.php and go to line 349
    – change “return false;” to “return true;”

    This means adding // to the front of that line or /* */ on both ends of that line.

    it should look like this:
    // add_action( ‘admin_notices’, array( $this, ‘activate_license_notice’ ), 15 );
    or
    /* add_action( ‘admin_notices’, array( $this, ‘activate_license_notice’ ), 15 ); */

Viewing 2 posts - 1 through 2 (of 2 total)