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