wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_permalink › Hooks de Filtros WordPress

DesdeTwenty Thirteen 1.0
Obsoleton/a
apply_filters( 'the_permalink', get_permalink()
Definido em:
Codex:

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





Fonte

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