WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_type_archive_feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1388 /**
* 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'.
*/

Hook Parameters

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