rgpost()
function rgpost( $name, $do_stripslashes=true )
Helper function to obtain POST values.
Since: 2.9.1 (Updated to use GFForms::post().)
Source: gravityforms.php:7064
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name | string | The key | |
$do_stripslashes | bool | true | Optional. Performs stripslashes_deep. Defaults to true. |
Returns
string— The value. If none found, empty string.