feed_links_args
feed_links_args
Appears in: wordpress-6.7
Hook Type: filter
Displaying hooks found in version: wordpress-6.7apply_filters('feed_links_args') is found 1 times:
- /wp-includes/general-template.php line 3129
* @since 6.7.0 * * @param array $args An array of feed links arguments. */ $args = apply_filters( 'feed_links_args', $args ); /** * Filters whether to display the posts feed link. * * @since 4.4.0 *