domain_exists

domain_exists

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('domain_exists') is found 1 times:

  • /wp-includes/ms-functions.php line 1578
    	 * @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.