id = 'shipping_time';
$this->short_desc = __( 'Shipping Time', 'woocommerce-jetpack' );
$this->extra_desc = sprintf( __( 'After you set estimated shipping time here, you can display it on frontend with %s shortcodes.', 'woocommerce-jetpack' ),
'[wcj_shipping_time_table], [wcj_product_shipping_time_table]' );
$this->desc = __( 'Add delivery time estimation to shipping methods.', 'woocommerce-jetpack' );
$this->link_slug = 'woocommerce-shipping-time';
parent::__construct();
}
}
endif;
return new WCJ_Shipping_Time();