• Resolved mateszed

    (@mateszed)


    My support license for Woocommerce Germanized Pro has expired. Now, at least one spammy banner telling me to extend my license loads on every(!) backend page and occasionally a second one loads too, slowing my work on every single page I open in the backend. I have not found any way to remove this. I understand you would like to increase your revenue and remind customers to renew but if you are using your resources to add unnecessary spam to the plugin, it leaves a bad impression and makes me reconsider extending the license. How can I remove these unwanted banners?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    yes, you are right. We’ll add a way to dismiss that notice within our next update – actually it is much more resource heavy to add a way to dismiss a notice than just add a notice as there is no built-in way in WP to handle that ??

    For now you might use a little snippet in your functions.php to prevent the notice from showing:

    remove_action( 'admin_notices', array( 'Vendidero\VendideroHelper\Admin', 'product_registered' ) );

    Best,
    Dennis

    Thread Starter mateszed

    (@mateszed)

    Great news, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.