Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WordPress テーマからデフォルトのファビコン リンクを削除するにはどうすればよいですか? ファビコンを置き換えることができることはわかっていますが、functions.php に配置できる remove_action などの使用を探しています。ありがとう。
でこの行を削除するだけですheader.php:
header.php
<link rel="icon" type="image/png" href="http://www.example.com/favicon.png" />
filter自動的にロードされないため、 /を使用して削除することはできませんremove_action。
filter
remove_action