apply_filters( 'get_page_uri', string $uri, WP_Post $page )

Filters the URI for a page.


Parameters

$uri

Page URI.

$page

Page object.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 Introduced.