the_excerpt_rss

Definition:
function the_excerpt_rss() {}

Display the post excerpt for the feed.

Defined filters

  • the_excerpt_rss
    apply_filters('the_excerpt_rss', $output)

Source code

function the_excerpt_rss() {

	$output = get_the_excerpt();

	echo apply_filters('the_excerpt_rss', $output);

}

3009

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: