• Resolved elsixpack

    (@elsixpack)


    “Hey, we noticed you’ve been using Product Table for WooCommerce(wooproducttable) for a long time – that’s awesome.
    Could you please do us a BIG Favor and give it a rating on www.ads-software.com to help us spread the word and boost our motivation?

    Saiful Islam
    Author of Woo Product Table
    CEO of CodeAstrology

    Yes, you deserve it
    No, May be later (the button does not work)
    I already did” (the button does not work)

    Then I can not reemove this anoying message that is present everywhere in my panel

Viewing 3 replies - 1 through 3 (of 3 total)
  • JRCode

    (@jerinfer)

    Get class/id message on DEV mode and try this:

    <?php 
    add_action( 'admin_head', function () { ?>
    <style>
    .class-message{
      display:none;
    }
    </style>
    <?php } );

    This topic is a support request and not a review. I have moved it to the corresponding forum. (And the stats for the plugin may need time before they adjust their numbers.)

    Plugin Author Saiful Islam

    (@codersaiful)

    Update and use following filter:
    add_filter('wpto_user_rating_notice','__return_false');

    Also There is a option for disable notice from configure page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need you to remove this anoying message’ is closed to new replies.