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.7.2

apply_filters('post_type_archive_feed_link') is found 1 times:

  • /wp-includes/link-template.php line 1392
    1388
    1389
    1390
    1391
    1392
    1393
    1394
    1395
    1396
    1397
    1398
         *
         * @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.