get_page_link

过滤钩子
apply_filters( '_get_page_link', $link, $post->ID )
参数
  • (string) $link The page's permalink.
    Required:
  • (int) $post_id The ID of the page.
    Required:
定义位置
相关勾子
get_pagenum_linkpage_linkedit_tag_linktag_linkget_archives_link
相关方法
get_page_link_get_page_linkget_pagenum_linkget_tag_linkget_day_linkget_tag_feed_link
引入
2.1.0
弃用
-

get_page_link是WordPress的一个函数,用于检索一个给定页面的固定链接: 该函数接受一个页面ID作为参数,并返回该页面的URL。

过滤非page_on_front页的固定链接。

return apply_filters( '_get_page_link', $link, $post->ID );

常见问题

FAQs
查看更多 >