Hi @cassihl
Thanks for the concern & sorry for the inconvenience.
“Hide now” button working perfectly for me.
Please check the video – https://www.loom.com/share/0e3fe9d1a78c4e40b340582064bbb87d
You can add below code to functions.php
add_action('admin_head', 'hide_admin_notice');
function hide_admin_notice() {
echo '<style>
.gstesti-admin-notice.updated.gsteam-review-notice { display: none; }
</style>';
}
It’ll hide the admin notice.
Still if you need our assistance please contact here.
Please allow time, we will recheck & release a new version soon.
Thanks in advance for your cooperation.
Regards / Sarwar