Changeset 2640441
- Timestamp:
- 12/07/2021 07:55:31 AM (4 years ago)
- Location:
- validator-pizza/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
validator-pizza.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
validator-pizza/trunk/readme.txt
r2640428 r2640441 4 4 Requires at least: 3.0 5 5 Tested up to: 5.8.2 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 8 8 Block disposable email addresses from registering or commenting on your site. 9 9 10 10 == Description == 11 Validator.pizzaprevents disposable emails from being used when someone registers or comments on your site.11 MailCheck.ai prevents disposable emails from being used when someone registers or comments on your site. 12 12 13 13 It uses the API of the website https://www.mailcheck.ai, which is always up to date and contains the latest domains. -
validator-pizza/trunk/validator-pizza.php
r2640428 r2640441 29 29 // Check if the domain is cached 30 30 if (false === ($json = get_transient('vp_' . $domain))) { 31 // Do the request to validator.pizza API31 // Do the request to the api 32 32 $response = wp_remote_get($request_url, ['timeout' => 5]); 33 33
Note: See TracChangeset
for help on using the changeset viewer.