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 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](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://zh-hk.wordpress.org/plugins/js-css-include-manager/#description)
 * [評價](https://zh-hk.wordpress.org/plugins/js-css-include-manager/#reviews)
 *  [安裝](https://zh-hk.wordpress.org/plugins/js-css-include-manager/#installation)
 * [開發](https://zh-hk.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.

## 常見問題

  A question that someone might have  What about foo bar?

## 評價

There are no reviews for this plugin.

## 貢獻者及開發者

“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/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/js-css-include-manager/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/js-css-include-manager/)。

## 修改日誌

#### 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.

## 其它

 *  Version **1.4.4**
 *  Last updated **11 年之前**
 *  Active installations **30+**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **4.3.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/js-css-include-manager/)
 * Tags
 * [css](https://zh-hk.wordpress.org/plugins/tags/css/)[include](https://zh-hk.wordpress.org/plugins/tags/include/)
   [javascript](https://zh-hk.wordpress.org/plugins/tags/javascript/)[JS](https://zh-hk.wordpress.org/plugins/tags/js/)
   [manage](https://zh-hk.wordpress.org/plugins/tags/manage/)
 *  [進階顯示](https://zh-hk.wordpress.org/plugins/js-css-include-manager/advanced/)

## 評分

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/js-css-include-manager/reviews/?filter=2)
 *  [  0 1-star reviews     ](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)

[See all reviews](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)