apply_filters( 'post_link', string $permalink , WP_Post $post , bool $leavename )
Filters the permalink for a post.
Description
Only applies to posts with post_type of ‘post’.
Parameters
- $permalink
-
The post's permalink.
- $post
-
The post in question.
- $leavename
-
Whether to keep the post name.
Source
Changelog
Version | Description |
---|---|
WP-1.5.0 | Introduced. |