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:

Noch keine Beschreibung.





Quellcode

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