On this page
apply_filters( 'wp_direct_php_update_url', string $direct_update_url )
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.
Source
File: wp-includes/functions.php. View all references
$direct_update_url = apply_filters( 'wp_direct_php_update_url', $direct_update_url );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_direct_php_update_url() wp-includes/functions.php | Gets the URL for directly updating the PHP version the site is running on. |
Changelog
| Version | Description |
|---|---|
| 5.1.1 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_direct_php_update_url