Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: YITH premium plugin activation #19636
    Roger Gonzalez
    Participant

    Hey to remove the notice of YITH plugins you should go to every plugin of YITH you have and edit the file in folder “/plugin-fw/licence/lib/yit-plugin-licence.php”

    At that file you should comment out the line that says:
    add_action( 'admin_notices', array( $this, 'activate_license_notice' ), 15 );

    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 ); */

    Remember, this must be done on every YITH plugin you have.

    in reply to: Get rid of new YITH nagging #19635
    Roger Gonzalez
    Participant

    Hey to remove the notice of YITH plugins you should go to every plugin of YITH you have and edit the file in folder “/plugin-fw/licence/lib/yit-plugin-licence.php”

    At that file you should comment out the line that says:
    add_action( 'admin_notices', array( $this, 'activate_license_notice' ), 15 );

    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 ); */

    Remember, this must be done on every YITH plugin you have.

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