-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
48 lines (30 loc) · 1.55 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
=== Gravity Forms Reject Disposable Emails ===
Contributors: ethanpil
Tags: gravity forms, gravity, disposable email, validation
Requires at least: 3.0
Tested up to: 3.8
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Reject disposable email addresses in Gravity Forms email fields.
== Description ==
Install this plugin into any WordPress system with a working Gravity Forms plugin and all known disposable email address hosts will be rejected and fail validation. This only checks the field type "email" and does not require any configuration or special settings. Its global, if its turned on, then its working.
Thanks to adamloving for the initial list: https://gist.github.com/adamloving/4401361
This WordPress plugin is brought to you by [Los Angeles Web Design](https://www.angeleswebdesign.com "Los Angeles Web Design WordPress Experts")
== Installation ==
1. Upload `gravityforms-reject-disposable-emails.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= I dont see any settings or options! =
There aren't any!
= How to I enable it? =
If its enabled on the plugins page of youw WordPress admin, then its working.
= Where did you get the list of domains? =
Thanks to adamloving for the initial list: https://gist.github.com/adamloving/4401361
== Screenshots ==
There is nothing to see here.
== Changelog ==
= 1.1 =
* Fixed email case sensitivity bug. Thanks @jkirker
= 1.0 =
* Hello World! Goodbye bad email addresses!!