All WordPress snippets
WordPress

Enable HTML5 Markup for the Search Form

Opts the theme into HTML5-style markup specifically for the search form, part of WordPress's broader HTML5 theme support.

php
/**
 * Support search form
 */
add_theme_support( 'html5', array( 'search-form' ) );
Want your own copy? Fork this repo and build your own snippet collection. Fork on GitHub →