Skip to content

Commit f302b45

Browse files
committed
💬 Update purchase link
1 parent 5cea731 commit f302b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inc/class-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@ public function register_plus_tab( $tabs ) {
518518
<td><br></td>
519519
<td></td>
520520
<td>
521-
<a href="<?php echo \esc_url( \__( 'https://epiph.yt/en/product/impressum-plus/', 'impressum' ) ); ?>" class="button button-primary"><?php \esc_html_e( 'Purchase', 'impressum' ); ?></a>
521+
<a href="<?php echo \esc_url( \__( 'https://epiph.yt/en/?add-to-cart=26', 'impressum' ) ); ?>" class="button button-primary"><?php \esc_html_e( 'Purchase', 'impressum' ); ?> <span class="screen-reader-text"><?php \esc_html_e( 'Impressum Plus', 'impressum' ); ?></span></a>
522+
<a href="<?php echo \esc_url( \__( 'https://impressum.plus/en/', 'impressum' ) ); ?>" class="button button-secondary"><?php \esc_html_e( 'More information', 'impressum' ); ?> <span class="screen-reader-text"><?php echo \esc_html_x( 'about Impressum Plus', 'more information about the plugin', 'impressum' ); ?></a>
522523
</td>
523524
</tr>
524525
</tbody>

0 commit comments

Comments
 (0)