Sign in or 

| boolean WPCAPI.onpagerestore() | ||||
| This method is overloadable and should not be called directly. This event is fired whenever a user attempts to restore a deleted page, but before the page is allowed to be restored. By default, this method simply allows the restoration to occur. Parameters | ||||
| String | cellID | The identifier for the cell being restored. | Required | |
| String | message | The edit note entered by the user. | Defaults to "" | |
| Returns true if the restoration is allowed, false otherwise. | ||||
Usage: Asynchronous
| ||||