过滤帖子类型归档永久链接。
原型
apply_filters( 'post_type_archive_link', string $link, string $post_type )
参数
$link
(string)
帖子类型归档永久链接。
$post_type
(string)
发布类型名称。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/post_type_archive_link/