Home › Forums › WoodMart support forum › Theme revert back automatically to default one › Reply To: Theme revert back automatically to default one
June 15, 2020 at 9:04 am
#203521
Artem Temos
Keymaster
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_redux_settings', '__return_false' );
Kind Regards
XTemos Studio