Function __global->process_overridden_comment_forum
Definitions
sources/feedback.php
- Get the comment topic forum for a feedback scenario, and move an existing comment topic to a different forum if the category has moved and the categories have divergent configured comment topic forums (Conversr only).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$feedback_code | ID_TEXT | required parameter | N/A | N/A | The feedback code, which we may have overridden the comment forum against |
$id | ID_TEXT | required parameter | N/A | N/A | The resource ID whose comment topic may need moving |
$category_id | ID_TEXT | required parameter | N/A | N/A | The new/current category ID, which we may have overridden the comment forum against |
$old_category_id | ID_TEXT | required parameter | N/A | N/A | The old category ID, which we may have overridden the comment forum against |
Return
- The comment topic forum
- Type: ID_TEXT
- Set: N/A
- Range: N/A