yanagita
@yanagita (柳田 駿介)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

wordpressで原因がわからないJSが読み込まれている。

解決したいこと

wordpressでブログサイトを作成したのですが、
よくわからないJSが</body>の前に読み込まれており原因がわからず困っています。
もし不必要なら読み込まないようにしたいです。

わかる方がいましたらお教えいただけますと助かります。
よろしくお願い致します。

該当するソースコード

<script type='text/javascript' id='wp-polyfill-js-after'>
( 'fetch' in window ) || document.write( '<script src="http://***/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0"></scr' + 'ipt>' );
( document.contains ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.42.0"></scr' + 'ipt>' );
( window.DOMRect ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-dom-rect.min.js?ver=3.42.0"></scr' + 'ipt>' );
( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-url.min.js?ver=3.6.4"></scr' + 'ipt>' );
( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12"></scr' + 'ipt>' );
( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2"></scr' + 'ipt>' );
( 'objectFit' in document.documentElement.style ) || document.write( '<script src="http://***/js/dist/vendor/wp-polyfill-object-fit.min.js?ver=2.3.4"></scr' + 'ipt>' );
</script>

0

1Answer

wp-polyfill」で検索して見つけたものです。

Polyfill Scripts

The editor also provides polyfills for certain features that may not be available in all modern browsers. It is recommended to use the main wp-polyfill script handle which takes care of loading all the below mentioned polyfills.

Polyfill (ポリフィル)とは

ポリフィルとは、最近の機能をサポートしていない古いブラウザーで、その機能を使えるようにするためのコードです。大抵はウェブ上の JavaScript です。

おそらく、古いブラウザーのサポートとしてWordPressが読み込んでいるのだと思います。
具体的にどういった部分で使用されているのか、また読み込まないようにするにはどうするか、という部分については申し訳ないのですが回答を持ち合わせていません。

1Like

Comments

  1. @yanagita

    Questioner

    ご回答ありがとうございます。

    では、悪いものではなさそうですね。制御できないのが気になりますが、、、
    リンクまで貼っていただきありがとうございます。とても勉強になりました。
    もう少し調べてみます!

Your answer might help someone💌