feed_links_args

feed_links_args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7

apply_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
    	 *