Filter hook 'post_type_archive_feed_link'

in WP Core File wp-includes/link-template.php at line 1392

Description

Filters the post type archive feed link.

Occurrences

Filename Line Number
wp-includes/link-template.php 1392

Parameters

Type Name Description
string $link The post type archive feed link.
string $feed Feed type. Possible values include 'rss2', 'atom'.

PHP Doc

/**
	 * Filters the post type archive feed link.
	 *
	 * @since 3.1.0
	 *
	 * @param string $link The post type archive feed link.
	 * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
	 */