Function CMSStatsRedirect->get_redirect_url
Definitions
sources/stats.php
- Get the hook's redirect URL.
- Visibility: public
- Is abstract?: Yes
- Is static?: No
- Is final?: No
- Returns: string
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$bucket_name | string | No | No | required parameter | N/A | N/A | The bucket name |
Returns
- Redirect URL
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the hook's redirect URL.
*
* @param string $bucket_name The bucket name
* @return URLPATH Redirect URL
*/
abstract public function get_redirect_url(string $bucket_name) : string
* Get the hook's redirect URL.
*
* @param string $bucket_name The bucket name
* @return URLPATH Redirect URL
*/
abstract public function get_redirect_url(string $bucket_name) : string