wp_direct_update_https_url

wp_direct_update_https_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_direct_update_https_url') is found 1 times:

  • /wp-includes/functions.php line 8624
    8620
    8621
    8622
    8623
    8624
    8625
    8626
    8627
    8628
    8629
    8630
         * @since 5.7.0
         *
         * @param string $direct_update_url URL for directly updating PHP.
         */
        $direct_update_url = apply_filters( 'wp_direct_update_https_url', $direct_update_url );
     
        return $direct_update_url;
    }
     
    /**
     * Gets the size of a directory.