Changeset 2673058
- Timestamp:
- 02/04/2022 05:53:00 PM (4 years ago)
- Location:
- cardconnect-payment-module
- Files:
-
- 2 edited
- 1 copied
-
tags/3.4.11/trunk (copied) (copied from cardconnect-payment-module/trunk)
-
tags/3.4.11/trunk/cardconnect-payment-gateway.php (modified) (2 diffs)
-
trunk/cardconnect-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardconnect-payment-module/tags/3.4.11/trunk/cardconnect-payment-gateway.php
r2673056 r2673058 37 37 38 38 function cc_settings_link( $links ) { 39 // Build and escape the URL.40 39 $url = esc_url( add_query_arg( 41 40 'page', … … 43 42 get_admin_url() . 'admin.php' 44 43 ) ); 45 // /wp-admin/admin.php?page=wc-settings&tab=checkout§ion=card_connect46 // Create the link.47 44 $settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>'; 48 // Adds the link to the end of the array.49 45 array_push( 50 46 $links, -
cardconnect-payment-module/trunk/cardconnect-payment-gateway.php
r2673056 r2673058 37 37 38 38 function cc_settings_link( $links ) { 39 // Build and escape the URL.40 39 $url = esc_url( add_query_arg( 41 40 'page', … … 43 42 get_admin_url() . 'admin.php' 44 43 ) ); 45 // /wp-admin/admin.php?page=wc-settings&tab=checkout§ion=card_connect46 // Create the link.47 44 $settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>'; 48 // Adds the link to the end of the array.49 45 array_push( 50 46 $links,
Note: See TracChangeset
for help on using the changeset viewer.