vip-scanner icon indicating copy to clipboard operation
vip-scanner copied to clipboard

Title Check: Make title tag theme support required

Open fklein-lu opened this issue 9 years ago • 0 comments

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.

fklein-lu avatar Jul 30 '15 16:07 fklein-lu