apply_filters( 'wp_update_php_url', string $update_url )

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


Description 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 Parameters

$update_url

(string) URL to learn more about updating PHP.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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