Filter hook 'wp_update_php_url'

in WP Core File wp-includes/functions.php at line 8375

Description

Filters the URL to learn more about updating the PHP version the site is running on. 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.

Occurrences

Filename Line Number
wp-includes/functions.php 8375

Parameters

Type Name Description
string $update_url URL to learn more about updating PHP.

PHP Doc

/**
	 * Filters the URL to learn more about updating the PHP version the site is running on.
	 *
	 * 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.
	 *
	 * @since 5.1.0
	 *
	 * @param string $update_url URL to learn more about updating PHP.
	 */