apply_filters( 'the_permalink', string $permalink, int|WP_Post $post )

Filters the display of the permalink for the current post.


Parameters

$permalink

The permalink for the current post.

$post

Post ID, WP_Post object, or 0. Default 0.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
4.4.0 Added the $post parameter.
1.5.0 Introduced.