Theme-Check: Customizer without a sanitization callback function
-
I have checked this theme for errors using plugin Theme Check and got the following errors:
REQUIRED: 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. RECOMMENDED: No reference to add_theme_support( "title-tag" ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
The latter is probably not crucial, but it would be nice to be corrected as well. But I am more worried about the error marked REQUIRED.
Could someone figure out hot to correct this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Theme-Check: Customizer without a sanitization callback function’ is closed to new replies.