Browse: Home / Hooks /

learndash_woocommerce_order_refund_skip

apply_filters( 'learndash_woocommerce_order_refund_skip',  bool $skip,  WC_Order_Refund $refund,  int $order_id )

Filters whether to skip order refund actions or not in LearnDash WooCommerce.


Description #


Parameters #

$skip

(bool) Whether to skip the order refund actions. Default false.

$refund

(WC_Order_Refund) WC_Order_Refund object.

$order_id

(int) Order ID.


Return #

(bool) True to skip, false otherwise.


Source #

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


Changelog #

Changelog
Version Description
5.2.0 Introduced.