• 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)
  • Thread Starter Dmytro

    (@mfacom)

    I fixed the tile-tag problem which was marked by RECOMMENDED.
    The solution for tile-tag is described here
    But the error related to a sanitization callback function is still present.

    Theme Author Christine Rondeau

    (@crondeau)

    Thanks for the heads up on this. I’m currently really busy and may not have time to get around to updating the theme. I’ll try to get to this as soon as I can.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme-Check: Customizer without a sanitization callback function’ is closed to new replies.