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
]]><?php
add_action( 'admin_head', function () { ?>
<style>
.class-message{
display:none;
}
</style>
<?php } );
]]>
add_filter('wpto_user_rating_notice','__return_false');
Also There is a option for disable notice from configure page.
]]>