/**
 * Returns the main instance of Automatic_DNS_Prefetch to prevent the need to use globals.
 *
 * @since  1.0.0
 * @return object Automatic_DNS_Prefetch
 */
function Automatic_DNS_Prefetch()
{
    $instance = Automatic_DNS_Prefetch::instance(__FILE__, '1.0.0');
    return $instance;
}