apply_filters( 'the_permalink', string $permalink , int|WP_Post $post )
Filters the display of the permalink for the current post.
Description Description
Parameters Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Added the $post parameter. |
1.5.0 | Introduced. |