Filter EDD Create Payment Default Payment Statuses

wpwh/descriptions/actions/edd_create_payment/payment_statuses

Description:
This filter allows you to manipulate the default pament statuses that are used within the description of the edd_create_payment webhook action.

Parameter Type Description
$payment_statuses array An array containing all default payment statuses we use for the description of the edd_create_payment webhook action.
$payment_statuses = apply_filters( 'wpwh/descriptions/actions/edd_create_payment/payment_statuses', $payment_statuses );
Updated on August 12, 2020

Was this article helpful?

Related Articles