post_link – filter

Filters the permalink for a post. Only applies to posts with post_type of ‘post’.

Parameters

.
( 1.5.0 ) . .
( string ) $permalink The post’s permalink. . . .
$post
( WP_Post ) The post in question. . . .
( bool ) $leavename Whether to keep the post name. . . .
API Letters: ,

Implementers