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

In this article

Filters the post type archive permalink.

Parameters

$linkstring
The post type archive permalink.
$post_typestring
Post type name.

Source

return apply_filters( 'post_type_archive_link', $link, $post_type );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.