.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Setup a non-volatile datastore in /home/user/.cpanel/nvdata. |
| Parameters: | |
| any string (string) | |
| Each string (hash key) represents a file in /home/user/.cpanel/nvdata. The file will be filled with the data in the value. | |
| Returns: | |
<data> <set> A string value that contains your variable name.</set> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve data from /home/user/.cpanel/nvdata stores. This directory contains data that will be saved between sessions. |
| Parameters: | |
| names (string) | |
| The file(s) in /home/user/.cpanel/nvdata that you wish to retrieve. To retrieve multiple files, separate each file with a pipe (|). (e.g. x3finder|x3_gettingstarted) . | |
| Returns: | |
<data> <value> A string value that contains the contents of the requested file.</value> <name> The file whose contents you are viewing.</name> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Setup non-volatile datastore in /home/user/.cpanel/nvdata. |
| Parameters: | |
| names (strings separated by pipes) | |
| Each string represents a file in /home/user/.cpanel/nvdata. | |
| Returns: | |
<data> <set> A string value that contains the branding package.</set> </data> |