Viewing 3 replies - 1 through 3 (of 3 total)
  • Hm, to dismiss the notice, you should only have to add the below get variable to an admin url like below.
    ?wpbo_thumbnail_plugin_dismiss=0

    The full url could be:
    mysite.com/wp-admin/?wpbo_thumbnail_plugin_dismiss=0

    Can you try entering this in manually? Alternatively, you install WooCommerce Thumbnail Input Quantities ; ).

    Thread Starter greencode

    (@greencode)

    Thanks for getting back to me so quickly – really appreciated

    Your code did the trick.

    Just so you know the url it was giving me was:

    mysite.com/site/site/wp-admin/admin.php?page=wc-settings&wpbo_thumbnail_plugin_dismiss=0

    I have my WP files in a subfolder and it seemed to add the subfolder name twice.

    Ah I see, it is generated using the the following code but I’ll keep your situation in mind for the next update.

    echo site_url() . $_SERVER['REQUEST_URI'];

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to remove Notice’ is closed to new replies.