Filter EDD Create Payment Default Cart Details

wpwh/descriptions/actions/edd_create_payment/default_cart_details

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

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

Was this article helpful?

Related Articles