apply_filters( 'default_feed', string $feed_type )

Filters the default feed type.


Description


Parameters

$feed_type

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


Top ↑

Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog

Version Description
2.5.0 Introduced.