wp_direct_php_update_url WordPress Filter Hook

The wp_direct_php_update_url hook allows you to directly update the URL of a WordPress post or page. This can be useful if you need to change the URL of a post or page, but don't want to change the permalink.

apply_filters( 'wp_direct_php_update_url', string $direct_update_url ) #

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


Parameters

$direct_update_url

(string)URL for directly updating PHP.


Top ↑

Source

File: wp-includes/functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.1.1Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More