post_type_archive_link

最后更新于:2021-11-27 17:44:24

apply_filters( ‘post_type_archive_link’, string $link, string $post_type )

Filters the post type archive permalink.

参数

$link

(string)
The post type archive permalink.

$post_type

(string)
Post type name.

源文件

文件: gc-includes/link-template.php

View on Trac