LoginSignup
0
0

More than 1 year has passed since last update.

YoastSEOのバージョン情報の表示

Last updated at Posted at 2022-05-06

YoastSEOを設定すると出てくるあのコメント表示させたくない

<!-- This site is optimized with the Yoast SEO plugin v○○○○ - https://yoast.com/wordpress/plugins/seo/ -->

↑ これとか

↓ これとか

<!-- / Yoast SEO plugin. -->

以下を追加して解決

functions.php
add_filter('wpseo_debug_markers', '__return_false');
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0