{"id":20456,"date":"2012-10-21T10:06:37","date_gmt":"2012-10-21T10:06:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/js-css-include-manager\/"},"modified":"2015-09-24T05:30:55","modified_gmt":"2015-09-24T05:30:55","slug":"js-css-include-manager","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/js-css-include-manager\/","author":10031903,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.4","stable_tag":"1.4.4","tested":"4.3.34","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"Js Css Include Manager","header_author":"gqevu6bsiz","header_description":"","assets_banners_color":"ffffff","last_updated":"2015-09-24 05:30:55","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/gqevu6bsiz.chicappa.jp\/please-donation\/?utm_source=wporg&utm_medium=donate&utm_content=jcim&utm_campaign=1_4_4","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/js-css-include-manager\/","header_author_uri":"http:\/\/gqevu6bsiz.chicappa.jp\/?utm_source=use_plugin&utm_medium=list&utm_content=jcim&utm_campaign=1_4_4","rating":5,"author_block_rating":0,"active_installs":30,"downloads":6550,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":""},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1004192","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1004192","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1004623","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.2.1","1.3","1.3.1","1.3.1.1","1.3.2","1.3.3","1.3.3.1","1.4","1.4.1","1.4.2","1.4.3","1.4.4"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1567203","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1567203","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1567203","resolution":"1","location":"plugin"}},"screenshots":{"1":"Settings Interface","2":"Configuration Example","3":"Conditions after added of settins interface"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[356,12491,229,1731,2386],"plugin_category":[59],"plugin_contributors":[78590],"plugin_business_model":[],"class_list":["post-20456","plugin","type-plugin","status-publish","hentry","plugin_tags-css","plugin_tags-include","plugin_tags-javascript","plugin_tags-js","plugin_tags-manage","plugin_category-utilities-and-tools","plugin_contributors-gqevu6bsiz","plugin_committers-gqevu6bsiz"],"banners":{"banner":"https:\/\/ps.w.org\/js-css-include-manager\/assets\/banner-772x250.png?rev=1004623","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/js-css-include-manager\/assets\/icon-128x128.png?rev=1004192","icon_2x":"https:\/\/ps.w.org\/js-css-include-manager\/assets\/icon-256x256.png?rev=1004192","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/js-css-include-manager\/trunk\/screenshot-1.png?rev=1567203","caption":"Settings Interface"},{"src":"https:\/\/ps.w.org\/js-css-include-manager\/trunk\/screenshot-2.png?rev=1567203","caption":"Configuration Example"},{"src":"https:\/\/ps.w.org\/js-css-include-manager\/trunk\/screenshot-3.png?rev=1567203","caption":"Conditions after added of settins interface"}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to include extra JavaScript or CSS files in your WordPress page.<\/p>\n\n<p>You can:<\/p>\n\n<ul>\n<li>Include as many as you like.<\/li>\n<li>Choose whether files are to be included on the front-end or the back-end.<\/li>\n<li>Choose where to include them in the header or the footer.<\/li>\n<li>Choose conditions to use for inclusion (logged-in users only, admin users only, front page only).<\/li>\n<li>Choose conditions of you can add.<\/li>\n<\/ul>\n\n<p>Please if you want to add conditions.\nFor example add filter:<\/p>\n\n<pre><code>add_filter( 'jcim_condition' , 'my_conditions' );\nfunction my_conditions( ) {\n    $conditions = array(\n        array(\n            \"code\" =&gt; \"current_user_can\",\n            \"val\" =&gt; \"edit_themes\",\n            \"desc\" =&gt; \"Only edit theme role have user\",\n            \"help_link\" =&gt; \"http:\/\/codex.wordpress.org\/Function_Reference\/current_user_can\"\n        ),\n        array(\n            \"code\" =&gt; \"is_admin\",\n            \"val\" =&gt; \"\",\n            \"desc\" =&gt; \"Only admin screen\",\n            \"help_link\" =&gt; \"\"\n        ),\n    );\n    return $conditions;\n}\n<\/code><\/pre>\n\n<h3>\u65e5\u672c\u8a9e\u3067\u306e\u3054\u8aac\u660e<\/h3>\n\n<p>\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u3088\u304f\u3054\u3061\u3083\u3054\u3061\u3083\u306b\u306a\u3063\u3066\u3057\u307e\u3046javascript\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u8fbc\u307f\u3068css\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u8fbc\u307f\u3092\u3001\n\u7ba1\u7406\u753b\u9762\u3060\u3051\u3001\u307e\u305f\u306f\u30b5\u30a4\u30c8\u3060\u3051\u306b\u8aad\u307f\u8fbc\u3080\u30d5\u30a1\u30a4\u30eb\u3092\u3001\uff11\u7b87\u6240\u3067\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u3059\u3002\n\u30b5\u30a4\u30c8\u3067\u4f55\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u308b\u306e\u304b\u3001\u3059\u3063\u304d\u308a\u3002<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the full directory to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to <code>WP-Admin -&gt; Settings -&gt; Js Css Include Manager<\/code> to configure the plugin.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>A question that someone might have<\/dt>\n<dd><\/dd>\n<dt>What about foo bar?<\/dt>\n<dd><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.4<\/h4>\n\n<ul>\n<li>Fixed: Re-setting data broken to file location.<\/li>\n<li>Changed: Delete the parent theme location if use child theme.<\/li>\n<\/ul>\n\n<h4>1.4.3<\/h4>\n\n<ul>\n<li>Security enhancement: Escape to add_query_arg\/remove_query_arg.<\/li>\n<\/ul>\n\n<h4>1.4.2<\/h4>\n\n<ul>\n<li>Fixed: Get the current user group.<\/li>\n<\/ul>\n\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Fixed: Small bug fixes.<\/li>\n<li>Fixed: Remove useless globals.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Added: Support to Multisite.<\/li>\n<li>Added: Allows the change of setting user role.<\/li>\n<li>Updated: Organize sorce files.<\/li>\n<li>Updated: Delete how to update in ajax.<\/li>\n<li>Updated: Strinct condition check.<\/li>\n<\/ul>\n\n<h4>1.3.3.1<\/h4>\n\n<ul>\n<li>Fixed: Data update way.<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Updated: Change the source code.<\/li>\n<li>Updated: Data save way of settings.<\/li>\n<li>Updated: Change way to edit of settings.<\/li>\n<li>Updated: Compatible for WP 3.8.<\/li>\n<li>Updated: Screen shots.<\/li>\n<li>Added: Filter for condition of settings.<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Support on SSL.<\/li>\n<\/ul>\n\n<h4>1.3.1.2 alpha<\/h4>\n\n<ul>\n<li>Fixed bug : Active themes directory location settings.<\/li>\n<li>Added field to data identification for backwards compatibility.<\/li>\n<\/ul>\n\n<h4>1.3.1.1<\/h4>\n\n<ul>\n<li>Translate fix : Japanese.<\/li>\n<li>Checked Compatibility.<\/li>\n<li>Added Information of plugin.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<p>Added a confirmation of Nonce field.<\/p>\n\n<h4>1.3<\/h4>\n\n<p>Adding capability to add file based on conditions (e.g. user is logged in, user is an admin, etc.).<\/p>\n\n<h4>1.2.1<\/h4>\n\n<p>Bugfix: Action footer bug fixed.<\/p>\n\n<h4>1.2<\/h4>\n\n<p>Change the notation of the donation.<\/p>\n\n<h4>1.1<\/h4>\n\n<p>Change Layout.\nFixed a bug that does not appear in the footer.<\/p>\n\n<h4>1.0<\/h4>\n\n<p>This is the initial release.<\/p>","raw_excerpt":"This plug-in is a will clean the file management. You can only manage the screen. You can also only site the screen.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=20456"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gqevu6bsiz"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20456"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20456"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20456"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20456"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20456"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}