feed_links_extra_args

feed_links_extra_args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7

apply_filters('feed_links_extra_args') is found 1 times:

  • /wp-includes/general-template.php line 3200
    	 * @since 6.7.0
    	 *
    	 * @param array $args An array of extra feed links arguments.
    	 */
    	$args = apply_filters( 'feed_links_extra_args', $args );
    
    	if ( is_singular() ) {
    		$id   = 0;
    		$post = get_post( $id );
    
    		/** This filter is documented in wp-includes/general-template.php */