The What
Description
This function checks if HTML5 is activated in the child theme. The child theme enables HTML5 like this: add_theme_support( 'html5' );
.
Parameters
There are no parameters.
Return Values
Returns true
if the child theme does have HTML5 support enabled; else you’ll get a false
back.
Break. Go rest your noodle for a couple of minutes.
More coming soon…keep checking back.