Function __global->cns_ping_forum_unread_all
Definitions
sources/cns_forums_action2.php
- Mark all recent topics in a certain forum as unread for the current member.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $forum_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the forum |
Preview
Code (PHP)
/**
* Mark all recent topics in a certain forum as unread for the current member.
*
* @param AUTO_LINK $forum_id The ID of the forum
*/
function cns_ping_forum_unread_all(int $forum_id)
* Mark all recent topics in a certain forum as unread for the current member.
*
* @param AUTO_LINK $forum_id The ID of the forum
*/
function cns_ping_forum_unread_all(int $forum_id)
