apply_filters( ‘wp_direct_php_update_url’, string $direct_update_url )

In this article

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

Parameters

$direct_update_urlstring
URL for directly updating PHP.

Source

$direct_update_url = apply_filters( 'wp_direct_php_update_url', $direct_update_url );

Changelog

VersionDescription
5.1.1Introduced.

User Contributed Notes

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