wp_direct_update_https_url WordPress Filter Hook
The wp_direct_update_https_url hook allows you to directly update the WordPress site URL to use HTTPS. This is useful if you have recently switched your site to use SSL and want to update the site URL accordingly.
apply_filters( 'wp_direct_update_https_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_url
(string)URL for directly updating PHP.
Source
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |