BUG FIX: Fix an issue where autocomplete checkbox wasn't saving. This was due to escaping the checkbox value (and woocommerce function was escaping it as well).
Added exclusion to PHPCS for escaping output warnings as values are already escaped. Moved up saving the the $autocomplete value when saving the product meta to make code easier to follow.
Added exclusion to PHPCS for escaping output warnings as values are already escaped. Moved up saving the the $autocomplete value when saving the product meta to make code easier to follow.
All Submissions: