W3cubDocs

/WordPress

apply_filters( ‘page_link’, string $link, int $post_id, bool $sample )

Filters the permalink for a page.

Parameters

$linkstring
The page’s permalink.
$post_idint
The ID of the page.
$samplebool
Is it a sample permalink.

Source

return apply_filters( 'page_link', $link, $post->ID, $sample );

Changelog

Version Description
1.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/page_link