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

Filters the URI for a page.


Description Description


Parameters Parameters

$uri

(string) Page URI.

$page

(WP_Post) Page object.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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