Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Mar 22, 2024
1 parent 4ee602f commit a79a1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memberpress-cryptopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function memberpress_cryptopay_addModels(): void
add_action('admin_notices', function (): void {
?>
<div class="notice notice-error">
<p><?php echo sprintf(esc_html__('MemberPress - CryptoPay Gateway: This plugin requires MemberPress to work. You can buy MemberPress by %s.', 'memberpress-cryptopay'), '<a href="https://memberpress.com/" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>'); ?></p>
<p><?php echo wp_kses_post(sprintf(__('MemberPress - CryptoPay Gateway: This plugin requires MemberPress to work. You can buy MemberPress by %s.', 'memberpress-cryptopay'), '<a href="https://memberpress.com/" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
</div>
<?php
});
Expand Down Expand Up @@ -133,7 +133,7 @@ function addGatewayPathToMemberPress(array $paths): array
add_action('admin_notices', function (): void {
?>
<div class="notice notice-error">
<p><?php echo sprintf(esc_html__('MemberPress - CryptoPay Gateway: This plugin is an extra feature plugin so it cannot do anything on its own. It needs CryptoPay to work. You can buy CryptoPay by %s.', 'memberpress-cryptopay'), '<a href="https://beycanpress.com/product/cryptopay-all-in-one-cryptocurrency-payments-for-wordpress/?utm_source=wp_org_addons&utm_medium=memberpress" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>'); ?></p>
<p><?php echo wp_kses_post(sprintf(__('MemberPress - CryptoPay Gateway: This plugin is an extra feature plugin so it cannot do anything on its own. It needs CryptoPay to work. You can buy CryptoPay by %s.', 'memberpress-cryptopay'), '<a href="https://beycanpress.com/product/cryptopay-all-in-one-cryptocurrency-payments-for-wordpress/?utm_source=wp_org_addons&utm_medium=memberpress" target="_blank">' . esc_html__('clicking here', 'memberpress-cryptopay') . '</a>')); ?></p>
</div>
<?php
});
Expand Down

0 comments on commit a79a1f1

Please sign in to comment.