Render the feed and return it
Usage
// basic usage
$string = $markupRSS->renderFeed();
// usage with all arguments
$string = $markupRSS->renderFeed($feedPages = null);
Arguments
Name | Type(s) | Description |
---|---|---|
feedPages (optional) | PageArray, null |
Return value
string
MarkupRSS methods and properties
API reference based on ProcessWire core version 3.0.236