post_type_archive_feed_link

post_type_archive_feed_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('post_type_archive_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 1392
    	 *
    	 * @param string $link The post type archive feed link.
    	 * @param string $feed Feed type. Possible values include 'rss2', 'atom'.
    	 */
    	return apply_filters( 'post_type_archive_feed_link', $link, $feed );
    }
    
    /**
     * Retrieves the URL used for the post preview.
     *
     * Allows additional query args to be appended.