Plugin Directory

Changeset 2640441


Ignore:
Timestamp:
12/07/2021 07:55:31 AM (4 years ago)
Author:
tompec
Message:

replace old names

Location:
validator-pizza/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • validator-pizza/trunk/readme.txt

    r2640428 r2640441  
    44Requires at least: 3.0
    55Tested up to: 5.8.2
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77
    88Block disposable email addresses from registering or commenting on your site.
    99
    1010== Description ==
    11 Validator.pizza prevents disposable emails from being used when someone registers or comments on your site.
     11MailCheck.ai prevents disposable emails from being used when someone registers or comments on your site.
    1212
    1313It 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  
    2929        // Check if the domain is cached
    3030        if (false === ($json = get_transient('vp_' . $domain))) {
    31             // Do the request to validator.pizza API
     31            // Do the request to the api
    3232            $response = wp_remote_get($request_url, ['timeout' => 5]);
    3333
Note: See TracChangeset for help on using the changeset viewer.