WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about page_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 405 /**
* Filters the permalink for a page.
*
* @since 1.5.0
*
* @param string $link The page's permalink.
* @param int $post_id The ID of the page.
* @param bool $sample Is it a sample permalink.
*/

Hook Parameters

Parameter Type Name Description
string $link The page's permalink.
int $post_id The ID of the page.
bool $sample Is it a sample permalink.