Skip to content

Commit

Permalink
Refactor widgetbayLink variable assignments to use the domain "https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Nov 13, 2023
1 parent 6cf6038 commit 9206d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shortcodes/WidgetbayShortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ public function register($shortcode)
$widgetbayLink = '';

if ($shortcode->id) {
$widgetbayLink = 'https://widgetbay.it/widgetbox/'.$shortcode->id;
$widgetbayLink = 'https://widgetbay.3labs.it/widgetbox/'.$shortcode->id;
}

if ($shortcode->link) {
$widgetbayLink = 'https://widgetbay.it/widgetbox?link='.$shortcode->link;
$widgetbayLink = 'https://widgetbay.3labs.it/widgetbox?link='.$shortcode->link;
}

if (empty($widgetbayLink)) {
Expand Down

0 comments on commit 9206d81

Please sign in to comment.