apply_filters( 'default_feed', string $feed_type )

Filters the default feed type.


Parameters

$feed_type

(string) Type of default feed. Possible values include 'rss2', 'atom'. Default 'rss2'.


Source

File: wp-includes/feed.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.