Browse: Home / Hooks /

learndash_woocommerce_auto_complete_order

apply_filters( 'learndash_woocommerce_auto_complete_order',  bool $enable,  int $order_id )

Filters to enable/disable auto complete order.


Description #


Parameters #

$enable

(bool) True to enable|false otherwise.

$order_id

(int) Order ID.


Return #

(bool) True to enable|false otherwise.


Source #

File: includes/woocommerce/includes/class-learndash-woocommerce.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.