array( 'url' => $marketplace_base_url . 'merchandising/', 'is_external' => true, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sExplore solutions%2$s that help highlight products and drive more sales.', 'woocommerce' ), ), 'tax' => array( 'url' => $marketplace_base_url . 'operations/sales-tax-and-duties/', 'is_external' => true, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sExplore solutions%2$s that help with tax calculations, compliance, and regional requirements.', 'woocommerce' ), ), 'shipping' => array( 'url' => $marketplace_base_url . 'shipping-delivery-and-fulfillment/', 'is_external' => true, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sExplore solutions%2$s that enhance shipping, delivery, and fulfillment workflows.', 'woocommerce' ), ), 'account' => array( 'url' => $marketplace_base_url . 'store-content-and-customizations/cart-and-checkout-features/', 'is_external' => true, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sExplore solutions%2$s that help customize cart and checkout flows.', 'woocommerce' ), ), 'email' => array( 'url' => $marketplace_base_url . 'marketing-extensions/email-marketing-extensions/', 'is_external' => true, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sExplore solutions%2$s that help automate and improve customer email communication.', 'woocommerce' ), ), 'general' => array( 'url' => admin_url( 'admin.php?page=wc-admin&path=%2Fextensions' ), 'is_external' => false, /* translators: %1$s: opening link tag, %2$s: closing link tag */ 'message' => __( '%1$sDiscover additional solutions%2$s to boost your business and expand what your store can do.', 'woocommerce' ), ), ); ?>

plugin_url() . '/assets/images/icons/external-link.svg'; $external_icon = ''; $screen_reader = '' . esc_html__( '(opens in a new tab)', 'woocommerce' ) . ''; $link_open = '' . $external_icon; $link_close = $screen_reader . ''; } else { $link_open = ''; $link_close = ''; } ?>