Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: YITH premium plugin activation #21765
    sdfsdfs sdfsdf
    Participant

    /plugin-upgrade/lib/yit-licence.php

    We search for the phrase: / ** @since 3.0.0 * /

    Just below is the code separated into three lines:

    add_action (‘admin_notices’, function () {
    $ this-> activate_license_notice ();
    }, fifteen );
    We simply put a couple of “oblique lines” in front of each one of them, thus remaining.

    //add_action( ‘admin_notices’, function () {
    // $this->activate_license_notice();
    //}, 15 );

Viewing 1 post (of 1 total)