Filter Create Download On Update

wpwhpro/run/create_action_edd_download_on_update

Description:
This filter allows you to manually control the possibility of creating a download on an update. Please note that this functionality can be controlled within each webhook action. This filter allows you to forcibly activate or deactivate this feature.

Parameter Type Description
$create_if_none bool On true, the download will be created if it does not exist with the given parameters. On false, nothing will be created.
$create_post_on_update = apply_filters( 'wpwhpro/run/create_action_edd_download_on_update', $create_if_none );
Updated on August 12, 2020

Was this article helpful?

Related Articles