apply_filters( 'get_page_uri', string $uri , WP_Post $page )
Filters the URI for a page.
Description
Parameters
- $uri
-
(string) Page URI.
- $page
-
(WP_Post) Page object.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |