Filter hook 'the_content_rss'

in WP Core File wp-includes/deprecated.php at line 1691

Description

Filters the post content in the context of an RSS feed.

Occurrences

Filename Line Number
wp-includes/deprecated.php 1691

Parameters

Type Name Description
string $content Content of the current post.

PHP Doc

/**
	 * Filters the post content in the context of an RSS feed.
	 *
	 * @since 0.71
	 *
	 * @param string $content Content of the current post.
	 */