1. Anything in the wp_options table that matches wpf_*
2. Anything in the wp_postmeta table that matches wpf-* or wpf_*
This should clear out the WPF settings from most content and integrations except those that store their configs in separate tables (like Gravity Forms feeds). We’ll have to create reset logic for those one at a time.
This is mostly complete for today’s update, v3.41.2. When resetting the settings you can choose Reset All: https://wpfusion.com/documentation/tutorials/switching-crms/#2-reset-wp-fusion
This will delete:
1. Anything in the wp_options table that matches wpf_*
2. Anything in the wp_postmeta table that matches wpf-* or wpf_*
This should clear out the WPF settings from most content and integrations except those that store their configs in separate tables (like Gravity Forms feeds). We’ll have to create reset logic for those one at a time.