Function __global->upgrader_link
Definitions
sources/upgrade.php
- Generate a form-based link to relay POST information to a URL.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | string | required parameter | N/A | N/A | The URL (something like 'upgrader.php?type=cns') |
$text | string | required parameter | N/A | N/A | The URL caption text |
$is_get | boolean | False | N/A | N/A | If the form should use the GET action instead of POST (true: POST fields including password will not be relayed) |
$disabled | boolean | False | N/A | N/A | Whether it is disabled |
$js | string | Blank (empty string) | N/A | N/A | Extra confirmation |
Return
- The form-based link
- Type: string
- Set: N/A
- Range: N/A