Filter hook 'wp_direct_php_update_url'

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

Description

Filters the URL for directly updating the PHP version the site is running on from the host.

Occurrences

Filename Line Number
wp-includes/functions.php 8480

Parameters

Type Name Description
string $direct_update_url URL for directly updating PHP.

PHP Doc

/**
	 * Filters the URL for directly updating the PHP version the site is running on from the host.
	 *
	 * @since 5.1.1
	 *
	 * @param string $direct_update_url URL for directly updating PHP.
	 */