apply_filters( 'wp_direct_update_https_url', string $direct_update_url )
- Since
- 5.7.0
Filters the URL for directly updating the PHP version the site is running on from the host.
Parameters
$direct_update_urlstring- URL for directly updating PHP.
Fired at · 1
wp-includes/functions.php:8759wp_get_direct_update_https_url()
Source
* 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.History
Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.