You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When OrderLimiter::disable_ordering() is called, an action should be fired to let other plugins get in on the action.
/** * Fires when ordering has been disabled. * * @param \Nexcess\LimitOrders\OrderLimiter $limiter The order limiter instance. */do_action( 'limit_orders_disable_ordering', $this );
The text was updated successfully, but these errors were encountered:
It may also make sense to tie our default disabling actions to this hook, which would make it easier for store owners to say "actually, don't disable if X conditions are met".
When
OrderLimiter::disable_ordering()
is called, an action should be fired to let other plugins get in on the action.The text was updated successfully, but these errors were encountered: