domain_exists

domain_exists

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('domain_exists') is found 1 times:

  • /wp-includes/ms-functions.php line 1578
    1574
    1575
    1576
    1577
    1578
    1579
    1580
    1581
    1582
    1583
    1584
         * @param string   $domain     Domain to be checked.
         * @param string   $path       Path to be checked.
         * @param int      $network_id Network ID. Only relevant on multi-network installations.
         */
        return apply_filters( 'domain_exists', $result, $domain, $path, $network_id );
    }
     
    /**
     * Notifies the site administrator that their site activation was successful.
     *
     * Filter {@see 'wpmu_welcome_notification'} to disable or bypass.