Title: Js Css Include Manager
Author: gqevu6bsiz
Published: <strong>2012년 10월 21일</strong>
Last modified: 2015년 9월 24일

---

플러그인 검색

![](https://ps.w.org/js-css-include-manager/assets/banner-772x250.png?rev=1004623)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/js-css-include-manager/assets/icon-256x256.png?rev=1004192)

# Js Css Include Manager

 작성자: [gqevu6bsiz](https://profiles.wordpress.org/gqevu6bsiz/)

[다운로드](https://downloads.wordpress.org/plugin/js-css-include-manager.1.4.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/js-css-include-manager/#description)
 * [평가](https://ko.wordpress.org/plugins/js-css-include-manager/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/js-css-include-manager/#installation)
 * [개발](https://ko.wordpress.org/plugins/js-css-include-manager/#developers)

 [지원](https://wordpress.org/support/plugin/js-css-include-manager/)

## 설명

This plugin allows you to include extra JavaScript or CSS files in your WordPress
page.

You can:

 * Include as many as you like.
 * Choose whether files are to be included on the front-end or the back-end.
 * Choose where to include them in the header or the footer.
 * Choose conditions to use for inclusion (logged-in users only, admin users only,
   front page only).
 * Choose conditions of you can add.

Please if you want to add conditions.
 For example add filter:

    ```
    add_filter( 'jcim_condition' , 'my_conditions' );
    function my_conditions( ) {
        $conditions = array(
            array(
                "code" => "current_user_can",
                "val" => "edit_themes",
                "desc" => "Only edit theme role have user",
                "help_link" => "https://codex.wordpress.org/Function_Reference/current_user_can"
            ),
            array(
                "code" => "is_admin",
                "val" => "",
                "desc" => "Only admin screen",
                "help_link" => ""
            ),
        );
        return $conditions;
    }
    ```

### 日本語でのご説明

このプラグインは、よくごちゃごちゃになってしまうjavascriptファイルの読み込みとcss
ファイルの読み込みを、
 管理画面だけ、またはサイトだけに読み込むファイルを、１箇所
で管理するためのプラグインです。 サイトで何のファイルを読み込んでいるのか、すっきり。

## 스크린샷

[⌊Settings Interface⌉⌊Settings Interface⌉[

Settings Interface

[⌊Configuration Example⌉⌊Configuration Example⌉[

Configuration Example

[⌊Conditions after added of settins interface⌉⌊Conditions after added of settins
interface⌉[

Conditions after added of settins interface

## 설치

 1. Upload the full directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to `WP-Admin -> Settings -> Js Css Include Manager` to configure the plugin.

## FAQ

  A question that someone might have  What about foo bar?

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Js Css Include Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ gqevu6bsiz ](https://profiles.wordpress.org/gqevu6bsiz/)

[자국어로 “Js Css Include Manager”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/js-css-include-manager)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/js-css-include-manager/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/js-css-include-manager/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/js-css-include-manager/)을 [RSS](https://plugins.trac.wordpress.org/log/js-css-include-manager/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.4.4

 * Fixed: Re-setting data broken to file location.
 * Changed: Delete the parent theme location if use child theme.

#### 1.4.3

 * Security enhancement: Escape to add_query_arg/remove_query_arg.

#### 1.4.2

 * Fixed: Get the current user group.

#### 1.4.1

 * Fixed: Small bug fixes.
 * Fixed: Remove useless globals.

#### 1.4

 * Added: Support to Multisite.
 * Added: Allows the change of setting user role.
 * Updated: Organize sorce files.
 * Updated: Delete how to update in ajax.
 * Updated: Strinct condition check.

#### 1.3.3.1

 * Fixed: Data update way.

#### 1.3.3

 * Updated: Change the source code.
 * Updated: Data save way of settings.
 * Updated: Change way to edit of settings.
 * Updated: Compatible for WP 3.8.
 * Updated: Screen shots.
 * Added: Filter for condition of settings.

#### 1.3.2

 * Support on SSL.

#### 1.3.1.2 alpha

 * Fixed bug : Active themes directory location settings.
 * Added field to data identification for backwards compatibility.

#### 1.3.1.1

 * Translate fix : Japanese.
 * Checked Compatibility.
 * Added Information of plugin.

#### 1.3.1

Added a confirmation of Nonce field.

#### 1.3

Adding capability to add file based on conditions (e.g. user is logged in, user 
is an admin, etc.).

#### 1.2.1

Bugfix: Action footer bug fixed.

#### 1.2

Change the notation of the donation.

#### 1.1

Change Layout.
 Fixed a bug that does not appear in the footer.

#### 1.0

This is the initial release.

## 기초

 *  버전 **1.4.4**
 *  최근 업데이트: **11년 전**
 *  활성화된 설치 **30+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **4.3.34**
 *  언어
 * [English (US)](https://wordpress.org/plugins/js-css-include-manager/)
 * 태그:
 * [css](https://ko.wordpress.org/plugins/tags/css/)[include](https://ko.wordpress.org/plugins/tags/include/)
   [javascript](https://ko.wordpress.org/plugins/tags/javascript/)[JS](https://ko.wordpress.org/plugins/tags/js/)
   [manage](https://ko.wordpress.org/plugins/tags/manage/)
 *  [고급 보기](https://ko.wordpress.org/plugins/js-css-include-manager/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/js-css-include-manager/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/js-css-include-manager/reviews/)

## 기여자

 *   [ gqevu6bsiz ](https://profiles.wordpress.org/gqevu6bsiz/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/js-css-include-manager/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=jcim&utm_campaign=1_4_4)