post_link_category

过滤钩子
apply_filters( 'post_link_category', $cats[0], $cats, $post )
参数
  • (WP_Term) $cat The category to use in the permalink.
    Required:
  • (array) $cats Array of all categories (WP_Term objects) associated with the post.
    Required:
  • (WP_Post) $post The post in question.
    Required:
定义位置
相关勾子
link_categorythe_categorypost_linkwp_link_querynext_posts_link_attributes
相关方法
in_categorywp_insert_categorywp_set_link_catswp_ajax_add_link_categoryis_categorywp_link_category_checklist
引入
3.5.0
弃用
-

post_thumbnail_id: 这个钩子允许你在保存之前修改文章缩略图(特色图片)的ID。

过滤%category%固定链接令牌中使用的类别。

$category_object = apply_filters( 'post_link_category', $cats[0], $cats, $post );

常见问题

FAQs
查看更多 >