wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_permalink › WordPress Filter Hooks

DaTwenty Thirteen 1.0
Deprecaton/a
apply_filters( 'the_permalink', get_permalink()
Definito a:
Codex:

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





Sorgenti

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