Skip to content

Commit 4a1d81a

Browse files
fix: update ThemeIsle link domain in sale URL (#1068)
1 parent d95475b commit 4a1d81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/class-rop-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ public static function add_black_friday_data( $configs ) {
19331933
$config['message'] = sprintf( $message_template, '<strong>', $discount, '</strong>', $product_label );
19341934
$config['sale_url'] = add_query_arg(
19351935
$url_params,
1936-
tsdk_translate_link( tsdk_utmify( 'https://themeisle.com/rs-bf', 'bfcm', 'revive' ) )
1936+
tsdk_translate_link( tsdk_utmify( 'https://themeisle.link/rs-bf', 'bfcm', 'revive' ) )
19371937
);
19381938

19391939
$configs[ ROP_PRODUCT_SLUG ] = $config;

0 commit comments

Comments
 (0)