このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Coder Customizer Framework

説明

Coder customizer framework allows theme developers to add customizer to their theme in easy, standard and advanced way. You can also found this plugin in github

Available control types ( fields )

Basic Controls Types :

  • テキスト(1行)
  • 非表示
  • テキストエリア
  • チェックボックス
  • 取得行数
  • range
  • 選択メニュー
  • URL
  • メール
  • パスワード
  • dropdown-pages

WordPress custom controls types :

  • 色(Color)
  • アップロード
  • 画像

WordPress new custom controls types ( since 4.3 and 4.2 ) : * media * cropped_image

Custom control types :

  • radio_image
  • category_dropdown
  • メッセージ
  • post_dropdown
  • tags_dropdown
  • user_dropdown

  • repeated_settings_controls //Repeat setting and controls in given number of times

However your can create and add your own custom control types in a easy way.

For details documentation and examples on how to use these Panels, Sections, Setting and Control please visit codersantosh.com.

スクリーンショット

  • Panels Example
  • セクション, Setting, Control Examples

インストール

Method 1: Using as plugin

  1. Login to admin panel,Go to Plugins => Add New.
  2. Search for “Coder Customizer Framework” and install it.
  3. Once you install it, activate it For details documentation and examples please visit codersantosh.com

Method 2: Integrating in the Theme

For details documentation and examples please visit codersantosh.com

FAQ

What should I know before using this plugin?

You should know following things before using this plugin

  • Php Array
  • Panel
  • セクション
  • Setting and Control

Don’t know anything, no problem please visit codersantosh.com

評価

このプラグインにはレビューがありません。

貢献者と開発者

Coder Customizer Framework はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Coder Customizer Framework” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.3

  • Load text domain removed since very few text domain go to inc/custom-control/ and change ‘coder-customizer-framework’ to your text domain in each file
  • Sanitize function for select option modified
  • Unused js removed

2.2

  • Added a constant ‘CODER_CUSTOMIZER_NAME’
  • Remove filter ‘coder_customizer_name’

2.1

  • Make compatible with type option of setting
  • Added a constant ‘CODER_CUSTOMIZER_OPTION_MODE’

2.0

  • Major realeased
  • Added sanitization function
  • Added repeated setting and controls
  • バグ修正

1.0

  • 最初のバージョン