vip-scanner
vip-scanner copied to clipboard
Title Check: Make title tag theme support required
Currently, the TitleCheck still accepts the old way of hardcoding <title>
tags with a call to wp_title()
in the header.php
file of the theme.
We should adapt this check, so that using add_theme_support( 'title-tag' )
is required.