wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_permalink › Les Filtres WordPress

DepuisTwenty Thirteen 1.0
Dépréciéen/a
apply_filters( 'the_permalink', get_permalink()
Défini(e) dans:
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() );