get_sample_permalink

过滤钩子
apply_filters( 'get_sample_permalink', $permalink, $post->ID, $title, $name, $post )
参数
  • (array) $permalink { Array containing the sample permalink with placeholder for the post name, and the post name. @type string $0 The permalink with placeholder for the post name. @type string $1 The post name. }
    Required:
  • (int) $post_id Post ID.
    Required:
  • (string) $title Post title.
    Required:
  • (string) $name Post name (slug).
    Required:
  • (WP_Post) $post Post object.
    Required:
定义位置
相关勾子
get_sample_permalink_htmlthe_permalinkget_edit_term_linkget_page_linkthe_permalink_rss
相关方法
get_sample_permalinkget_sample_permalink_htmlget_the_permalinkget_post_permalinkget_blog_permalinkget_permalink
引入
4.4.0
弃用
-

get_sample_permalink 是一个WordPress的函数,用于在一个文章或页面被保存之前,检索一个样板: 该函数接受一个文章ID和一个标题作为参数,并返回一个样本固定链接。

过滤样本的固定内容。

return apply_filters( 'get_sample_permalink', $permalink, $post->ID, $title, $name, $post );

常见问题

FAQs
查看更多 >