Conversion Exporter / Developers / Hooks & Filters

Hooks & Filters

Last updated: February 12, 2026

The plugin provides several filters to customize behavior.

WooCommerce Filters

cnvexfilterwoostatuses: Modify the list of available order statuses.

cnvexfilterwoocsvfields: Edit CSV column data for WooCommerce sources.

Form Filters

cnvexfilterformcsvfields: Edit CSV column data for Form sources.

cnvexsaveformdata: Modify captured form data before saving.

CSV Generation Filters

cnvexfiltercsvcolumns: Add or remove columns from the CSV template.

cnvexdisablefullfilegeneration: Conditionally disable the “Full” file generation.

cnvexdisablepasswordprotection: Conditionally disable password protection.

Consent & Privacy Filters

cnvexaduserdatavalue: Override aduserdata consent value (e.g., force ‘granted’ or ‘denied’).

cnvexadpersonalizationvalue: Override adpersonalization consent value.

cnvexcookiesconsent: Manage cookie consent logic programmatically.