wptide / docs

Tide is an automated tool to provide insight into WordPress code and highlight areas to improve the quality of plugins and themes.
https://wptide.org/
MIT License
24 stars 14 forks source link

Add title tag in correct way #44

Closed man4toman closed 4 years ago

man4toman commented 4 years ago

Replace wp_title() with add_theme_support( 'title-tag' )

jeffpaul commented 4 years ago

@pierlon when you get a chance, can you give this a review please?