get_edit_term_link

过滤钩子
apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type )
参数
  • (string) $location The edit link.
    Required:
  • (int) $term_id Term ID.
    Required:
  • (string) $taxonomy Taxonomy name.
    Required:
  • (string) $object_type The object type.
    Required:
定义位置
相关勾子
get_edit_user_linkedit_term_linkget_edit_tag_linkget_edit_post_linkget_edit_comment_link
相关方法
get_edit_term_linkget_edit_user_linkedit_term_linkget_edit_tag_linkget_term_linkget_edit_post_link
引入
3.1.0
弃用
-

get_edit_term_link: 此函数返回用于编辑分类法中的术语的URL。必须提供术语ID和分类法作为参数。

过滤术语的编辑链接。

return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );

常见问题

FAQs
查看更多 >