WooCommerce_Subscriptions implements Registerable, Standard_Service
Handles integration with WooCommerce Subscriptions.
Tags
Interfaces, Classes and Traits
- Registerable
- Standard_Service
Table of Contents
- disable_order_again_recalculation() : bool
- Disable order again recalculation for WC Subscription renewals.
- register() : mixed
- {@inheritdoc}
Methods
disable_order_again_recalculation()
Disable order again recalculation for WC Subscription renewals.
public
disable_order_again_recalculation(bool $enabled, WC_Order_Item_Product $item, WC_Order $order) : bool
Parameters
- $enabled : bool
- $item : WC_Order_Item_Product
- $order : WC_Order
Tags
Return values
bool —register()
{@inheritdoc}
public
register() : mixed