Filters the URL for directly updating the PHP version the site is running on from the host.
$direct_update_urlstringwp-includes/functions.php:8655wp_get_direct_update_https_url() * Filters the URL for directly updating the PHP version the site is running on from the host. * * @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.Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.