To address this issue, follow these steps:
- Insert the below provided code into the
functions.php
file of your currently active theme. - Afterward, navigate to the settings page of the catalog enquiry plugin and refresh it.
- Once the process is complete, remember to remove the added code from the
functions.php
file in your active theme.
add_action(‘init’, ‘fix_catalog_issue’);
function fix_catalog_issue(){
delete_option(‘mvx_catalog_pro_enquiry_form_data’);
}
Leave a Reply
You must be logged in to post a comment.