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

Filters the display of the permalink for the current post.


Parameters

$permalink

(string) The permalink for the current post.

$post

(int|WP_Post) Post ID, WP_Post object, or 0. Default 0.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

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