Skip to content

Commit ab2772d

Browse files
committed
Change URL to Aplazame settings
Section argument now match with gateway ID
1 parent 877b29e commit ab2772d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/aplazame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function product_campaigns() {
171171
*/
172172
public function plugin_action_links( $links ) {
173173
$plugin_links = array(
174-
'<a href="' . admin_url( 'admin.php?page=wc-settings&tab=checkout&section=wc_aplazame_gateway' ) . '">' . __( 'Settings', 'aplazame' ) . '</a>',
174+
'<a href="' . admin_url( 'admin.php?page=wc-settings&tab=checkout&section=aplazame' ) . '">' . __( 'Settings', 'aplazame' ) . '</a>',
175175
);
176176
return array_merge( $plugin_links, $links );
177177
}

0 commit comments

Comments
 (0)