Filters whether to display the posts feed link.
Parameters
$show
bool- Whether to display the posts feed link. Default true.
Source
if ( apply_filters( 'feed_links_show_posts_feed', true ) ) {
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters whether to display the posts feed link.
$show
boolif ( apply_filters( 'feed_links_show_posts_feed', true ) ) {
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.