Updated The collectData function (markdown)

LogMANOriginal 2018-11-05 11:23:30 +01:00
parent 17f1ab2151
commit 9f6af301f6

@ -32,7 +32,7 @@ $item['timestamp'] // Timestamp of the item in numeric format (use `strtotime()
$item['author'] // Name of the author for this item
$item['content'] // Content in HTML format
$item['enclosures'] // Array of URIs to an attachments (pictures, files, etc...)
$item['categories'] // Array of category names
$item['categories'] // Array of categories / tags / topics
```
All formats support these parameters. The formats `Plaintext` and `JSON` also support custom parameters.