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



the_permalink › WordPress Filter Hooks

SeitTwenty Thirteen 1.0
Veraltetn/v
apply_filters( 'the_permalink', get_permalink()
Definiert in:
Codex:

Print the attached image with a link to the next attached image.





Quellcode

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