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



the_permalink › WordPress Filter Hooks

SinceTwenty Thirteen 1.0
Deprecatedn/a
apply_filters( 'the_permalink', get_permalink()
Defined at:
Codex:

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





Source

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