Filter hook 'get_page_uri'

in WP Core File wp-includes/post.php at line 6059

Description

Filters the URI for a page.

Occurrences

Filename Line Number
wp-includes/post.php 6059

Parameters

Type Name Description
string $uri Page URI.
WP_Post $page Page object.

PHP Doc

/**
	 * Filters the URI for a page.
	 *
	 * @since 4.4.0
	 *
	 * @param string  $uri  Page URI.
	 * @param WP_Post $page Page object.
	 */