Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Oct 23, 2024
1 parent fcebf48 commit e675922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-shipstream-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static function init() {

// Add WooCommerce settings tab.
add_filter('woocommerce_settings_tabs_array', array(__CLASS__, 'add_settings_tab'), 50);
add_action('woocommerce_settings_shipstream_sync', array(__CLASS__, 'settings_tab'));
add_action('woocommerce_settings_tabs_shipstream_sync', array(__CLASS__, 'settings_tab'));
add_action('woocommerce_after_settings_shipstream_sync', array(__CLASS__, 'after_settings'));
add_action('woocommerce_update_options_shipstream_sync', array(__CLASS__, 'update_settings'));

Expand Down

0 comments on commit e675922

Please sign in to comment.