這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Advanced Custom Fields: Restrict Color Picker Options

外掛說明

Restrict Advanced Custom Fields color picker field to a specific subset of custom colors. Removes the color wheel and slider from the field UI so the user can’t pick any other colors

Features

Include the color palette from the current theme by enabling the option on the plugin settings page.

Get the current color options palette in your template code with the acfrcpo_get_color_options function.

螢幕擷圖

  • Comma-separated list of HEX color values used to define the color options. Optionally include the current theme's color palette as well.
  • Simple color swatches allow the user to easily choose from your color set.

安裝方式

  1. Upload acf-restrict-color-picker to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

I have a question

Leave your question in the support tab and we’ll respond!

使用者評論

2022 年 4 月 19 日
Perfect, easy solution. Awesome that it can fetch the theme colors defined in theme.json to. Thank you for sharing!
閱讀全部 7 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Advanced Custom Fields: Restrict Color Picker Options〉的開發相關工作。

參與者

變更記錄

1.3.1

  • Bug fix: Adds check for false return from get_theme_support (Thanks @faketib0 and Dan Mensinger!)

1.3

  • Adds option to include the current theme’s colors. Thank you to @mrwweb for this idea!
  • Adds acfrcpo_get_color_options function to get the current color palette. Thank you to @badjesus for the feature request!

1.2.1

  • Fixes $l10n parameter syntax in wp_localize_script.

1.2

  • Finally fixes long standing issue with multiple instances of color pickers.

1.1

  • Change the plugin name to better match similar plugins in the ACF world.

1.0

  • First version of the plugin