• Action Trigger on EDD Create Payment After Gateway Items

    wpwh/descriptions/actions/edd_create_payment/after_gateway_items Description: This action is fired on the edd_create_payment description page to display extra list items. do_action( ‘wpwh/descriptions/actions/edd_create_payment/after_gateway_items’ )

  • Action Trigger on EDD Create Download After Bundled Product Conditions List Items

    wpwh/descriptions/actions/edd_create_download/after_edd_bundled_products_conditions Description: This action is fired on the edd_create_download description page to display extra list items. Parameter Type Description $default_bundled_products_conditions array An array containing all of the default bundled product conditions do_action( ‘wpwh/descriptions/actions/edd_create_download/after_edd_bundled_products_conditions’, $default_bundled_products_conditions );

  • Action Trigger on EDD Create Download After Bundled Products List Items

    wpwh/descriptions/actions/edd_create_download/after_edd_bundled_products Description: This action is fired on the edd_create_download description page to display extra list items. Parameter Type Description $default_bundled_products array An array containing all of the default bundled products do_action( ‘wpwh/descriptions/actions/edd_create_download/after_edd_bundled_products’, $default_bundled_products );

  • Action Trigger on EDD Create Download After Download File List Items

    wpwh/descriptions/actions/edd_create_download/after_edd_download_files_items Description: This action is fired on the edd_create_download description page to display extra list items. Parameter Type Description $default_download_files array An array containing all of the default download files do_action( ‘wpwh/descriptions/actions/edd_create_download/after_edd_download_files_items’, $default_download_files );

  • Action Trigger on EDD Create Download After Variable Prices List Items

    wpwh/descriptions/actions/edd_create_download/after_edd_variable_prices_items Description: This action is fired on the edd_create_download description page to display extra list items. Parameter Type Description $default_download_variations array An array containing all of the default download variations do_action( ‘wpwh/descriptions/actions/edd_create_download/after_edd_variable_prices_items’, $default_download_variations );

  • Action Trigger on EDD File Downloaded

    wpwhpro/webhooks/trigger_edd_file_downloaded Description: This action is fired after each of the edd_file_downloaded webhook trigger URLs has been sent. Parameter Type Description $download_id integer The id of the download $email string The email address assigned to this specific download $payment_id integer The id of the related payment $args array Further data about…

  • Action Trigger on EDD Payments

    wpwhpro/webhooks/trigger_edd_payments Description: This action is fired after each of the edd_payments webhook trigger URLs has been sent. Parameter Type Description $payment_id integer The id of the payment $new_status string The new payment status $old_status string The old payment status $response_data_array array An array containing all of the response data of…

  • Action Trigger on EDD Update Customer

    wpwhpro/webhooks/trigger_edd_update_customer Description: This action is fired after each of the edd_update_customer webhook trigger URLs has been sent. Parameter Type Description $customer_id integer The id of the updated customer $customer object (EDD_Customer) The EDD_Customer object of the updated customer $response_data_array array An array containing all of the response data of the…

  • Action Trigger on EDD New Customer

    wpwhpro/webhooks/trigger_edd_new_customer Description: This action is fired after each of the edd_new_customer webhook trigger URLs has been sent. Parameter Type Description $customer_id integer The id of the new customer $customer object (EDD_Customer) The EDD_Customer object of the new customer $response_data_array array An array containing all of the response data of the…

  • Action Trigger on EDD Subscription Payment

    wpwhpro/webhooks/trigger_edd_subscription_payment Description: This action is fired after each of the edd_subscription_payment webhook trigger URLs has been sent. Parameter Type Description $data array An array containing the EDD Subscription and EDD payment object $response_data_array array An array containing all of the response data of the currently sent webhook trigger URLs do_action(…