apply_filters( 'feed_links_show_posts_feed', bool $show )

Filters whether to display the posts feed link.


Parameters

$show bool
Whether to display the posts feed link. Default true.

Top ↑

Source

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

if ( apply_filters( 'feed_links_show_posts_feed', true ) ) {


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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