Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 452 | /** * Filters the permalink for a non-page_on_front page. * * @since 2.1.0 * * @param string $link The page's permalink. * @param int $post_id The ID of the page. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $link | The page's permalink. |
int | $post_id | The ID of the page. |