wpseek.com
A WordPress-centric search engine for devs and theme authors



the_permalink › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'the_permalink', get_permalink()
Defined at:
Codex:

This filter is documented in wp-includes/link-template.php





Source

return ( $has_url ) ? $has_url : apply_filters( 'the_permalink', get_permalink(), get_post() );