Core Function
View Source on Trac ↗ the_content_rss()
the_content_rss(
mixed $more_link_text = '(more...)',
mixed $stripteaser = 0,
mixed $more_file = '',
mixed $cut = 0,
mixed $encode_html = 0
) Display the post content for the feed.
Parameters 1 required
| Name / Type | Description |
|---|---|
| string | $more_link_text Optional. Text to display when more content is available but not displayed. Default '(more...)'. Required |
| $stripteaser int | Optional. Default 0. |
| $more_file string | Optional. |
| $cut int | Optional. Amount of words to keep for the content. |
| $encode_html int | Optional. How to encode the content. |
Return Value
(void)
No return value description available.
Function Information
Since Version
0.71
Source File
wp-includes/deprecated.php
Advertisement