apply_filters( ‘wp_update_php_url’, string $update_url )

In this article

Filters the URL to learn more about updating the PHP version the site is running on.

Description

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.

Parameters

$update_urlstring
URL to learn more about updating PHP.

Source

$update_url = apply_filters( 'wp_update_php_url', $update_url );

Changelog

VersionDescription
5.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.