Function __global->schedule_content_review
Definitions
sources/content_reviews2.php
- Schedule that some content should be reviewed.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content_type | ID_TEXT | required parameter | N/A | N/A | The content type |
$content_id | ID_TEXT | required parameter | N/A | N/A | The content ID |
$review_freq | ?integer | required parameter | N/A | N/A | The review frequency in seconds (null: no repeat review pattern) |
$next_review_time | ?TIME | Null | N/A | N/A | Manual next review time (null: work out from review frequency) |
$auto_action | ID_TEXT | leave | N/A | N/A | Automatic action to perform upon review time |
$display_review_status | BINARY | 0 | N/A | N/A | Whether to display the review status publicly |