wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_permalink › WordPress过滤钩子

SinceTwenty Thirteen 1.0
已弃用n/a
apply_filters( 'the_permalink', get_permalink()
定义在:
文档:

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





源码

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