• All my clients are seeing this nagging message on their backend:

    We hope you’re enjoying?Temporary Login Without Password?plugin! Could you please do us a BIG favor and give us a 5-star rating on WordPress to help us spread the word and boost our motivation?

    How can we hide this? i am using this PHP code which works for other plugin but not yours, please advise

    add_action(‘admin_head’, ‘wphelp_hide_notices_wp’); function wphelp_hide_notices_wp() { ?> <style> .notice { display: none;} </style> <?php }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kilimats,

    Thank you for getting in touch with us! We’re here to assist you.

    Regarding your request, currently, we don’t have a direct steps to disable the 5-star rating message. However, users can click on the “Do not show again” button to prevent it from appearing in the future.

    If this solution doesn’t work for you, please let us know, and we can explore alternative options through our private support channel here.

    Kindly mention the thread link for reference.

    Thanks a lot!

    Thread Starter troubade

    (@kilimats)

    i don’t want my clients to be nagged about it of course, please provide a way to hide or make the code work for your message as well, like other plugin dev do, it’s common sense

    Hi @kilimats,

    Please get in touch with us through our private support channel (here), where we can delve into alternative solutions.

    When submitting the ticket, please include the URL of this thread for reference.

    Thanks!
    Happy to support you

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