{"id":8513480,"date":"2016-12-04T23:36:15","date_gmt":"2016-12-04T23:36:15","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/enqueue-the-css\/"},"modified":"2016-12-04T23:36:15","modified_gmt":"2016-12-04T23:36:15","slug":"enqueue-the-css","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/enqueue-the-css\/","title":{"rendered":"Enqueue the CSS"},"content":{"rendered":"<p>Developer Suggestion:<\/p>\n<p>in widgets_on_pages.php<\/p>\n<p>Rather than add the CSS directly to the document head.<\/p>\n<p>Enqueue it.  Give other developers a little more control over where the script will load without having to edit the core files directly.<\/p>\n<pre><code>\/* ===============================\n  A D D    C S S    ? \n================================*\/\nfunction add_wop_css()\n{\n\t\/\/ echo &quot;&lt;link rel=&#039;stylesheet&#039; id=&#039;wop-css&#039;  href=&#039;&quot;.get_settings(&#039;siteurl&#039;).&quot;\/wp-content\/plugins\/widgets-on-pages\/wop.css&#039; type=&#039;text\/css&#039; media=&#039;all&#039; \/&gt;&quot;;\n\twp_register_style(&#039;wop-css&#039;, &#039;wp-content\/plugins\/widgets-on-pages\/wop.css&#039;, array(), &#039;1.0&#039;, &#039;all&#039;);\n    wp_enqueue_style(&#039;wop-css&#039;); \/\/ Enqueue it!\n\t\n\t}\n\n$options = get_option(&#039;wop_options_field&#039;);\n$enable_css = $options[&quot;enable_css&quot;];\nif ($enable_css) {\n  \/\/add_action(&#039;wp_head&#039;, &#039;add_wop_css_to_head&#039;);\n  add_action( &#039;get_footer&#039;, &#039;add_wop_css&#039; );\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-8513480","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/8513480","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\/8513480\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=8513480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}