Function __global->dispatch_wiki_post_notification
Definitions
sources/wiki.php
- Dispatch a notification about a Wiki+ post.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $post_id | AUTO_LINK | No | No | required parameter | N/A | N/A | The post ID |
| $type | ID_TEXT | No | No | required parameter | ADD EDIT | N/A | The action type |
Preview
Code (PHP)
/**
* Dispatch a notification about a Wiki+ post.
*
* @param AUTO_LINK $post_id The post ID
* @param ID_TEXT $type The action type
* @set ADD EDIT
*/
function dispatch_wiki_post_notification(int $post_id, string $type)
* Dispatch a notification about a Wiki+ post.
*
* @param AUTO_LINK $post_id The post ID
* @param ID_TEXT $type The action type
* @set ADD EDIT
*/
function dispatch_wiki_post_notification(int $post_id, string $type)

