wp_get_update_php_url
wp_get_update_php_url ( No parameters )
Returns:- (string) URL to learn more about updating PHP.
Defined at: - Introduced in WordPress: 5.1.0
- Deprecated in WordPress: —
Description
Gets the URL to learn more about updating the PHP version the site is running on.This URL can be overridden by specifying an environment variable `WP_UPDATE_PHP_URL` or by using the
{@see 'wp_update_php_url'} filter. Providing an empty string is not allowed and will result in the
default URL being used. Furthermore the page the URL links to should preferably be localized in the
site language.