On this page
apply_filters( 'feed_links_extra_show_author_feed', bool $show )
Filters whether to display the author feed link.
Parameters
$showbool-
Whether to display the author feed link. Default true.
Source
File: wp-includes/general-template.php. View all references
$show_author_feed = apply_filters( 'feed_links_extra_show_author_feed', true );
Related
Used By
| Used By | Description |
|---|---|
| feed_links_extra() wp-includes/general-template.php | Displays the links to the extra feeds such as category feeds. |
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/feed_links_extra_show_author_feed