Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: YITH premium plugin activation #20468
    New Folder
    Participant

    Hello,

    Insert the following code in the functions.php of your theme:

    function yith_remove_notice ($ show_license_notice)
    {
    return false;
    }
    add_filter (“yith_plugin_fw_show_activate_license_notice”, “yith_remove_notice”, 99999999999999999, 1);

    Good luck!

Viewing 1 post (of 1 total)