apply_filters( 'mc_gcal_location', $param, $location ) → {string}
Filter location parameter added to Google Calendar link. Default &location=$location. Return value needs to be URL encoded.
Parameters:
| Name | Type | Description |
|---|---|---|
$param |
string | Encoded parameter. |
$location |
string | Unencoded original stringified location.. |
- Source:
Returns:
Encoded parameter.
- Type
- string