wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_permalink › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'the_permalink', get_permalink()
Definiert in:
Codex:

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





Quellcode

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