Skip to content

Commit

Permalink
tweak admin settings priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Sep 20, 2016
1 parent 4615bbe commit 1193b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-product-bundles-min-max-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static function load_plugin() {
}

// Display min/max qty settings in "Bundled Products" tab.
add_action( 'woocommerce_bundled_products_admin_config', __CLASS__ . '::min_max_count_admin_option' );
add_action( 'woocommerce_bundled_products_admin_config', __CLASS__ . '::min_max_count_admin_option', 9 );

// Save min/max qty settings.
add_action( 'woocommerce_process_product_meta_bundle', __CLASS__ . '::min_max_count_meta' );
Expand Down

0 comments on commit 1193b9c

Please sign in to comment.