the_permalink

过滤钩子


apply_filters( 'the_permalink', get_permalink()
定义位置
  • wp-content/themes/twentythirteen/functions.php , line 676
引入
Twenty Thirteen 1.0
弃用

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

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