Title: Remove this message
Last modified: September 16, 2019

---

# Remove this message

 *  Resolved [S o f t f u l l y](https://wordpress.org/support/users/softfully/)
 * (@softfully)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/remove-this-message-2/)
 * How to [remove this message](https://drive.google.com/open?id=1FD0_O7Ux-01KnDKbwBza6Xk2tfDAK09S)
   to our subscriber?
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [6 years, 8 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11936496)
 * _*Looks*_
 * Huh. That’s not cool.
 * [@jeffparker](https://wordpress.org/support/users/jeffparker/) and [@shareaholic](https://wordpress.org/support/users/shareaholic/)
   Admin notices need to be dismissible without any conditions. Your options are
   for that admin notice are
    1. OK, you deserve it
    2. No, maybe later
    3. I already did
 * You left out this choice.
 * _“I do not want to leave a review, I do not want to say I did and lie about it,
   I just want this admin notice to go away and never return. This is a requirement
   in the Detailed Plugin Guideline. The user (you) have that option as compliance
   with the Plugin Guidelines is required or my plugin (YARPP) would risk being 
   de-listed in the WordPress plugin repo.”_
 * See this item.
 * [https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#11-plugins-should-not-hijack-the-admin-dashboard)
 * _*Drinks coffee*_
 * How soon will you fix this?
 *  Thread Starter [S o f t f u l l y](https://wordpress.org/support/users/softfully/)
 * (@softfully)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11936910)
 * I mean to say that I already liked this plugin and so in admin dashboard doesn’t
   display but displaying on our subscriber’s dashboard is thing that we don’t like.
   
   We have more than 500 hundred subscriber’s and how to stop that message in bulk?
   Thank you.
 *  Plugin Support [Michael Nelson](https://wordpress.org/support/users/mnelson4/)
 * (@mnelson4)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11937619)
 * Ya I’m sure the YARPP team will address Jan’s request soon.
 * Softfully, I’m guessing it was an oversight that this is getting displayed to
   subscribers, as they probably don’t even know what YARPP is. I bet the YARPP 
   team will get that fixed soon too.
 * In the meantime, you can stop the message entirely with the following code snippet:
 *     ```
       function no_yarpp_review(){
           remove_action('admin_notices', array('YARPP_Admin', 'display_review_notice'));
       }
       add_action('admin_init', 'no_yarpp_review', 11);
       ```
   
 * You’d need to add that to your theme’s `functions.php` or in a custom plugin.
 * ✌️
    -  This reply was modified 6 years, 8 months ago by [Michael Nelson](https://wordpress.org/support/users/mnelson4/).
      Reason: clarify which "they" I meant
 *  Thread Starter [S o f t f u l l y](https://wordpress.org/support/users/softfully/)
 * (@softfully)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11937783)
 * Hi, Michael Nelson
    This works very well. (Resolved) Thank you very much by Softfully.
   com Team…
 *  Plugin Author [YARPP](https://wordpress.org/support/users/jeffparker/)
 * (@jeffparker)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11960644)
 * [v5.1.1](https://wordpress.org/plugins/yet-another-related-posts-plugin/#developers),
   released today, addresses this:
 * – Instructions have been added to the Readme (thank you [@mnelson4](https://wordpress.org/support/users/mnelson4/))
   –
   The notice was/is only displayed to those that have Post Edit rights (edit_posts).
   So it is a bit surprising that subscribers were seeing this. (they should not
   have) – A fourth clearer option to “Dismiss” the notice has been added.
 * Thank you all for making YARPP better!
 *  [dimal](https://wordpress.org/support/users/dimalifragis/)
 * (@dimalifragis)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11983862)
 * Subsribers DO see the message for sure even with the update. And it doesn’t go
   away for users. If you press any options it doesn’t do anything, if you press
   X it appears again after a while.
 * Please fix that for real.
 * Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove this message’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?
   rev=2549977)
 * [YARPP - Yet Another Related Posts Plugin](https://wordpress.org/plugins/yet-another-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [dimal](https://wordpress.org/support/users/dimalifragis/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/remove-this-message-2/#post-11983862)
 * Status: resolved