Hi. I have a problem on envato theme check plugin.
It throws me the following error: "Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.".
The error is triggered on the line 124 on this file https://github.com/smartcatdev/Acid-WordPress-Customizer-Framework/blob/master/includes/AcidOption.php because the theme check searches for "sanitize_callback" array key and value, and this framework loads automatically this array item when a customizer control is rendered.
Please give me a solution to pass this error.
Thank you.
Hi. I have a problem on envato theme check plugin.
It throws me the following error: "Found a Customizer setting that did not have a sanitization callback function. Every call to the add_setting() method needs to have a sanitization callback function passed.".
The error is triggered on the line 124 on this file https://github.com/smartcatdev/Acid-WordPress-Customizer-Framework/blob/master/includes/AcidOption.php because the theme check searches for "sanitize_callback" array key and value, and this framework loads automatically this array item when a customizer control is rendered.
Please give me a solution to pass this error.
Thank you.