Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | apply_filters | 5944 | /** * Filters the URI for a page. * * @since 4.4.0 * * @param string $uri Page URI. * @param WP_Post $page Page object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $uri | Page URI. |
WP_Post | $page | Page object. |