the_category_rss( string $type = null )

Displays the post categories in the feed.


Description

Top ↑

See also


Top ↑

Parameters

$type string Optional
Default is the type returned by get_default_feed() .

Default: null


Top ↑

Source

File: wp-includes/feed.php. View all references

function the_category_rss( $type = null ) {
	echo get_the_category_rss( $type );
}


Top ↑

Changelog

Changelog
Version Description
0.71 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.