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.
Who needs copy/paste? Right. Writing code from scratch is fun!
More coming soon…keep checking back.
