Notice: Function add_theme_support( ‘html5’ ) was called incorrectly

The notice you’re seeing indicates that the add_theme_support(‘html5’) function was called incorrectly in your WordPress theme or plugin. This function is used to declare support for various HTML5 features in your theme. To resolve this wordpress error, you should review the code where the add_theme_support(‘html5’) function is being called and make sure it is used…