Never Moderate Registered Users
This plugin prevents comments from registered users (or, alternatively, those with specified capabilities) from ever going into the moderation queue or getting automatically marked as spam, regardless of the apparent spamminess of the comment. To be recognized as a registered user, the user must be logged into your site at the time they post their comment. The plugin applies to front-end submissions and authenticated REST API requests only; it does not affect comment imports, CLI tools, cron jobs, or other programmatic creation without a logged-in user. This plugin assumes that you trust your registered users. It will automatically approve any comment made by registered users, even if the comment stinks of spam. Therefore, it is recommended that you do not allow users to register themselves (uncheck the setting “Anyone can register” in the WordPress admin under Settings -> General). However, when open registration is enabled, the plugin automatically requires users to have a capability above the site’s default role before their comments bypass moderation or spam checks. For example, when the default role is subscriber, users must have at least the contributor role (which has the edit_posts capability). You can customize this behavior using the ‘c2c_never_moderate_registered_users_open_registration_caps’ filter. See the developer documentation for details. You can further restrict which users bypass moderation by enabling “Trust only privileged users to bypass comment moderation and spam checks” on the Settings -> Discussion admin page. That setting requires users to be able to publish posts or moderate comments before their comments bypass moderation or spam checks. You can also use the ‘c2c_never_moderate_registered_users_caps’ filter to specify trusted roles and capabilities in custom code. See the FAQ for an example. This plugin is a partial successor to my now-defunct Never Moderate Admins or Post Author plugin. The primary purpose of that plugin was to prevent admins and the post’s author from being moderated. WordPress eventually integrated that functionality. However, that plugin also allowed you to prevent registered users from being moderated, which is still a valid need not directly facilitated by WordPress, thus this plugin was spun out. Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage Developer Documentation Developer documentation can be found in DEVELOPER-DOCS.md. That documentation covers the numerous hooks provided by the plugin. Those hooks are listed below to provide an overview of what’s available. c2c_never_moderate_registered_users_open_registration_caps : Customize the capabilities required to bypass moderation when open registration is enabled. c2c_never_moderate_registered_users_privileged_caps : Customize the capabilities that identify privileged users when the Discussion setting is enabled. c2c_never_moderate_registered_users_caps : Customize the capabilities that are automatically trusted, any one of which a user must have in order to never get moderated. c2c_never_moderate_registered_users_approved : Customize granular control for whether a comment by a registered user that would otherwise be moderated or marked as spam should automatically be approved. c2c_never_moderate_registered_users_auto_approved : Fires when the plugin auto-approves a comment that would otherwise have been moderated or marked as spam.
Top keywords
- users18×3.46%
- registered13×2.50%
- registered users11×2.12%
- moderate9×1.73%
- never9×1.73%
- comment8×1.54%
- never moderate8×1.54%
- c2c7×1.35%
- c2c never7×1.35%
- c2c never moderate7×1.35%
- moderate registered7×1.35%
- moderate registered users7×1.35%
Stop Comment Spam
If you use Akismet, you are likely happy how it recognizes spam, but probably it still bothers you that you have to check recognized spam and reject it. If your blog is target of heavy spam, you may get large number of spams a day, and although Akismet prevents spam to show up on your blog, you still have to administer (delete) it. Stop Comment Spam jumps in that place. It is very likely that you may identify large amount of spam by very precise keywords, and if spam contains specified keyword, it may undoubtedly be considered as 100% spam and rejected without need for Akismet or you to interfere. For instance, my blog is overwhelmed by, what we call Russian spam. Thing is that my blog uses Cyrillic alphabet, and Russian spammers recognize that, so they pay more attention to spam it with comments containing Russian language. As my blog is not in Russian language, I needed tool to recognize if Russian language is used in a comment, and if that is the case, to simply reject it. That is how this plugin became. It also helps a lot with Chinese spam and other verious automated spammers. You may use it to prevent using obscene words or other unwanted words in comments posted on your site. You just define list of words that are unacceptable, and any comment containing any of them would be rejected. Also, you may set similar keyword rules for comment author web site URL. If you have some nasty spammer that is persistent to advertise his site, you just put his site url in forbidden url list and he is gone, any comment using that site as commenter site URL will be rejected. There is option to limit number of allowed links in comment text. That would help stopping link spammers. All you have to do is set number of allowed links within comment. If spammer posts one more than allowed, his comment will be refused. This plugin is simple and straightforward. It will help you to filter out exact words or phrases, but it is not strong against more profane spammers. But, that is what Akismet is for. This plugin works as Akismet companion. It filters out obvious spam and lets Akismed deal with rest. Author uses this plugin personally since year 2009, and it prooved to be very helpful. It stopped two times more spamm comments than Akismet. This does not mean Akismet is worse, just that two thirds of spam comming to my blog were so obvious that simple tool like StopCommentSpam could handle it leaving Akismet to deal with less but more delicate spam. Keyword examples To stop spam comments using Russian language add these as forbidden comments contents: ы ю щ я э ь й ё пасибо что все Все Мне мне автор Что To stop some spam linking to spam or malicious sitees ad these to forbidden URL contents: .cn healthcare drugstore mail loan finance insurance viagra baidu.com clearance forum xxx topic gscraper jimdo nikeschuhe jordan discount money pharmacy
Top keywords