From 886bbb61bccd2ae9f1fa2e36a3bb07da69b20164 Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Sat, 18 Jan 2020 06:26:05 +1100 Subject: [PATCH] Update documenation following Mikey's comments --- docs/hooks/hook_civicrm_alterExternUrl.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/hooks/hook_civicrm_alterExternUrl.md b/docs/hooks/hook_civicrm_alterExternUrl.md index 4c02109b..d33ac30f 100644 --- a/docs/hooks/hook_civicrm_alterExternUrl.md +++ b/docs/hooks/hook_civicrm_alterExternUrl.md @@ -5,7 +5,6 @@ This hook allows you to modify extern urls such as click tracking, tracked opens urls - ## Definition ```php @@ -22,9 +21,9 @@ hook_civicrm_alterExternUrl(\GuzzleHttp\Psr7\UriInterface &$url, $path, $query, - string `$fragment` - A fragment identifier (anchor) to append to the link) -- bool `$absolute` Whether to force the output to be an absolute link (beginning with a URI-scheme such as 'http:'). +- bool `$absolute` - Whether to force the output to be an absolute link (beginning with a URI-scheme such as 'http:'). -- bool `$isSSL` Whether to redirect to SSL or not format of the URL, NULL to autodetect, TRUE to force to SSL. +- bool `$isSSL` - Whether to redirect to an HTTPS or an HTTP URL, NULL allows CiviCRM to autodetect, TRUE forces an HTTPS URL. ## Returns -- GitLab