Function __global->wiki_edit_page
Definitions
sources/wiki.php
- Edit a Wiki+ page.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$page_id | AUTO_LINK | required parameter | N/A | N/A | The page ID |
$title | SHORT_TEXT | required parameter | N/A | N/A | The page title |
$description | LONG_TEXT | required parameter | N/A | N/A | The page description |
$notes | LONG_TEXT | required parameter | N/A | N/A | Hidden notes pertaining to the page |
$show_posts | BINARY | required parameter | N/A | N/A | Whether to show the posts on the page by default |
$meta_keywords | SHORT_TEXT | required parameter | N/A | N/A | Meta keywords |
$meta_description | LONG_TEXT | required parameter | N/A | N/A | Meta description |
$member_id | ?MEMBER | Null | N/A | N/A | The member doing the action (null: current member) |
$edit_time | ?TIME | Null | N/A | N/A | Edit time (null: either means current time, or if $null_is_literal, means reset to to null) |
$add_time | ?TIME | Null | N/A | N/A | Add time (null: do not change) |
$views | ?integer | Null | N/A | N/A | Views (null: do not change) |
$null_is_literal | boolean | False | N/A | N/A | Determines whether some nulls passed mean 'use a default' or literally mean 'set to null' |