apply_filters( 'post_comments_feed_link', string $url )

Filters the post comments feed permalink.


Parameters

$url string
Post comments feed permalink.

Top ↑

Source

File: wp-includes/link-template.php. View all references

return apply_filters( 'post_comments_feed_link', $url );


Top ↑

Changelog

Changelog
Version Description
1.5.1 Introduced.

Top ↑

User Contributed Notes

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