typo
This commit is contained in:
parent
504f646310
commit
79516ad2b4
|
@ -100,7 +100,7 @@ if ( WC()->shipping->get_shipping_classes() ) {
|
|||
);
|
||||
}
|
||||
|
||||
if ( apply_filers( 'woocommerce_enable_deprecated_additional_flat_rates', $this->get_option( 'options', false ) ) ) {
|
||||
if ( apply_filters( 'woocommerce_enable_deprecated_additional_flat_rates', $this->get_option( 'options', false ) ) ) {
|
||||
$settings[ 'additional_rates' ] = array(
|
||||
'title' => __( 'Additional Rates', 'woocommerce' ),
|
||||
'type' => 'title',
|
||||
|
|
Loading…
Reference in New Issue