-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
53 lines (39 loc) · 1.89 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== Flair Antispam ===
Contributors: bahson
Donate link: https://flaircore.com/flair-core/paypal_payment
Tags: antispam, spam-filtering, spam-detection, content moderation
Requires at least: 5.7
Tested up to: 6.0
Stable tag: 1.0.2
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Filter and unpublish contents (posts/comments) according to defined patterns and provides
a way to analyze the unpublished content.
== Description ==
This WordPress plugin provides a way to filter content according to the defined patters (words/phrases), and
sets post status to draft, and comment status to 0 if their contents match the defined words and or phrases.
You can filter contents by any rules, and for all roles in your WordPress website/application.
*USE CASES INCLUDE:*
* You run multiple sites associated with multiple brands, and don't want to mix brand names in the
contents of each site (content editor).
* Don't want users to use certain words/phrases in posts and comments.
== Installation ==
1. Install via the WordPress plugin repository or download and place in /wp-content/plugins directory
2. Activate the plugin through the \'Plugins\' menu in WordPress
3. See this plugin's configuration section to set the words/phrases to filter.
== Configuration ==
* From your WordPress Admin Dashboard, click on the Settings tab, to expand it's
details and then click on "Flair Antispam Config" menu item, to reveal the configuration
form, where you input the words or phrases to search for in comments or posts.
eg for words like; wolf, moon, woof, @gmail you will enter something like: wolf,moon,woof,@gmail
== Frequently Asked Questions ==
== Screenshots ==
1. Configuration form example view.
== Changelog ==
= 1.0.0 =
First version
= 1.0.1 =
Add screenshots
= 1.0.2 =
Added do_actions, when such content is posted so other plugins can build on that. see docs.md for more.