Get the current redirectUrl
Available since version 3.0.142. Was protected in previous versions
Usage
// basic usage
$string = $processPageEdit->getRedirectUrl();
// usage with all arguments
$string = $processPageEdit->getRedirectUrl(array $extras = []);
Arguments
Name | Type(s) | Description |
---|---|---|
extras (optional) | array | Any extra parts you want to add as array of strings like "key=value" |
Return value
string
ProcessPageEdit methods and properties
API reference based on ProcessWire core version 3.0.236