{"id":14810263,"date":"2021-08-27T07:00:10","date_gmt":"2021-08-27T07:00:10","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/remove-text-javascript\/"},"modified":"2021-08-27T07:28:51","modified_gmt":"2021-08-27T07:28:51","slug":"remove-text-javascript","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/remove-text-javascript\/","title":{"rendered":"Remove text\/javascript"},"content":{"rendered":"<p>Hello.<br \/>\nCan you remove the text\/javascript declaration from class-wc-abstract-google-analytics-js.php from line 51 or enqueue it with core&#8217;s inline script actions? According to HTML5 and html validator<br \/>\n&#8220;The type attribute is unnecessary for JavaScript resources&#8221;.<\/p>\n<p>You enqueue the above script by echoing it, so the below function cannot affect it<\/p>\n<pre><code>   &#039;after_setup_theme&#039;,\n    function() {\n        add_theme_support( &#039;html5&#039;, [ &#039;script&#039;, &#039;style&#039; ] );\n    }<\/code><\/pre>\n<p>Same applies to class-wc-google-analytics-js.php at 104, 175 and class-wc-google-analytics.php 414<\/p>\n<p>A workaround could be something like the below:<\/p>\n<pre><code>\t$type_attr = current_theme_supports( &#039;html5&#039;, &#039;script&#039; ) ? &#039;&#039; : &#039; type=&quot;text\/javascript&quot;&#039;;\n\t?&gt;\n\t&lt;script&lt;?php echo $type_attr; ?&gt;&gt;\n\t\/\/ ....\n\t&lt;\/script&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-14810263","topic","type-topic","status-publish","hentry","topic-tag-html5","topic-tag-script","topic-tag-w3c"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14810263","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":2,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14810263\/revisions"}],"predecessor-version":[{"id":14810349,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14810263\/revisions\/14810349"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=14810263"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}