|
1 | 1 | <?php |
2 | 2 | /* ------------------------------------------------------------------------------------ |
3 | 3 | * COPYRIGHT NOTICE |
4 | | -* Copyright 2020-2023 Arnan de Gans. All Rights Reserved. |
| 4 | +* Copyright 2020-2025 Arnan de Gans. All Rights Reserved. |
5 | 5 |
|
6 | 6 | * COPYRIGHT NOTICES AND ALL THE COMMENTS SHOULD REMAIN INTACT. |
7 | 7 | * By using this code you agree to indemnify Arnan de Gans from any |
@@ -210,8 +210,8 @@ function ajdg_matomo_has_error() { |
210 | 210 | -------------------------------------------------------------*/ |
211 | 211 | function ajdg_matomo_action_links($links) { |
212 | 212 | $links['ajdg-matomo-settings'] = sprintf('<a href="%s">%s</a>', admin_url('tools.php?page=matomo-tracker'), 'Settings'); |
213 | | - $links['ajdg-matomo-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/forums/forum/matomo-tracker/?mtm_campaign=matomo_tracker', 'Support'); |
214 | | - $links['ajdg-matomo-ajdg'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/?mtm_campaign=matomo_tracker', 'ajdg.solutions'); |
| 213 | + $links['ajdg-matomo-help'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://support.ajdg.net/', 'Support'); |
| 214 | + $links['ajdg-matomo-ajdg'] = sprintf('<a href="%s" target="_blank">%s</a>', 'https://ajdg.solutions/', 'ajdg.solutions'); |
215 | 215 |
|
216 | 216 | return $links; |
217 | 217 | } |
@@ -260,7 +260,7 @@ function ajdg_matomo_nonce_error() { |
260 | 260 | echo ' <h2 style="text-align: center;">'.__('Oh no! Something went wrong!', 'ajdg-matomo-tracker').'</h2>'; |
261 | 261 | echo ' <p style="text-align: center;">'.__('WordPress was unable to verify the authenticity of the url you have clicked. Verify if the url used is valid or log in via your browser.', 'ajdg-matomo-tracker').'</p>'; |
262 | 262 | echo ' <p style="text-align: center;">'.__('If you have received the url you want to visit via email, you are being tricked!', 'ajdg-matomo-tracker').'</p>'; |
263 | | - echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'ajdg-matomo-tracker').' <a href="https://ajdg.solutions/forums/forum/matomo-tracker/?mtm_campaign=matomo_tracker" title="AJdG Solutions Support" target="_blank">Support forum</a>.</p>'; |
| 263 | + echo ' <p style="text-align: center;">'.__('Contact support if the issue persists:', 'ajdg-matomo-tracker').' <a href="https://support.ajdg.net/" title="AJdG Solutions Support" target="_blank">Support forum</a>.</p>'; |
264 | 264 | } |
265 | 265 |
|
266 | 266 | /*------------------------------------------------------------- |
|
0 commit comments