{"id":16844553,"date":"2023-06-24T00:15:53","date_gmt":"2023-06-24T00:15:53","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/keeping-cloudinary-script-on-the-head\/"},"modified":"2023-06-24T00:16:25","modified_gmt":"2023-06-24T00:16:25","slug":"keeping-cloudinary-script-on-the-head","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/keeping-cloudinary-script-on-the-head\/","title":{"rendered":"Keeping cloudinary script on the head"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I&#8217;m trying to use the scripts_to_footer plugin to move scripts to the bottom of pages. This breaks Cloudinary since it expects the script to be in the head. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Normally I would run something like this to exclude the script from head<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'stf_exclude_scripts', 'stf_custom_header_scripts', 10, 1 );\nfunction stf_custom_header_scripts( $scripts ) {\n\t$scripts&#091;] = 'backbone'; \/\/ replace 'backbone' with the script slug\n\treturn $scripts;\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">What slug would I use to keep the script in the head? Is there an alternative to use scripts _to_footer?<\/p>\n","protected":false},"template":"","class_list":["post-16844553","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/16844553","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":1,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/16844553\/revisions"}],"predecessor-version":[{"id":16844554,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/16844553\/revisions\/16844554"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=16844553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}