{"id":10344373,"date":"2018-05-31T08:26:48","date_gmt":"2018-05-31T08:26:48","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/enqueue-scripts-on-demand\/"},"modified":"2018-05-31T08:26:48","modified_gmt":"2018-05-31T08:26:48","slug":"enqueue-scripts-on-demand","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/enqueue-scripts-on-demand\/","title":{"rendered":"Enqueue scripts on demand"},"content":{"rendered":"<p>There&#8217;s a check role_can_impersonate() before drawing the menu, so the same check can be used to avoid loading scripts.<\/p>\n<pre><code>function tikemp_scripts(){\n\tif( role_can_impersonate( ) ){\n\t\twp_enqueue_script(&#039;tikemp_search_scroll&#039;, plugins_url( &#039;\/js\/jquery.nicescroll.min.js&#039;, __FILE__ ), array( &#039;jquery&#039; ),&#039;1.1&#039;,true);\n\t\twp_enqueue_script(&#039;tikemp_script&#039;, plugins_url( &#039;\/js\/script.js&#039;, __FILE__ ), array( &#039;jquery&#039;,&#039;tikemp_search_scroll&#039; ),&#039;1.2&#039;,true);\n\t}\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-10344373","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10344373","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":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10344373\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=10344373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}