Function CMS_Topic->_decide_what_to_render
Definitions
sources/topics.php
- Filter posts, deciding what to render.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$num_to_show_limit | integer | required parameter | N/A | N/A | Number of posts to show initially |
$queue | array | required parameter | N/A | N/A | Posts to choose from, in preference order |
Return
- Chosen posts
- Type: array
- Set: N/A
- Range: N/A