| @@ -11,9 +11,11 @@ | ||
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Settings |
| 14 | 14 | */ |
| 15 | -Merchant_Admin_Options::create( array( | |
| 15 | + | |
| 16 | +return array( | |
| 17 | + array( | |
| 16 | 18 | 'title' => esc_html__( 'Settings', 'merchant' ), |
| 17 | 19 | 'module' => 'auto-external-links', |
| 18 | 20 | 'fields' => array( |
| 19 | 21 | |
| @@ -22,5 +24,6 @@ | ||
| 22 | 24 | 'content' => esc_html__( 'All the external links on your store will be opened in a browser tab by enabling this module. It prevents visitors from accidentally navigating away from your online store.', 'merchant' ), |
| 23 | 25 | ), |
| 24 | 26 | |
| 25 | 27 | ), |
| 26 | -) ); | |
| 28 | +), | |
| 29 | +); | |