apply_filters ( ‘feed_lincs_show_posts_feed’, bool $show )

Filters whether to display the posts feed linc.

Parameters

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

Source

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

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

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