wplemon/control-wcag-auto-textcolor
Composer 安装命令:
composer require wplemon/control-wcag-auto-textcolor
包简介
Text Color control for the free version of the Gridd theme. Addon for the Kirki framework (v4.0 API).
README 文档
README
Example:
new \WPLemon\Field\WCAGTextColor( [ 'settings' => 'my_setting', 'label' => esc_html__( 'My Color Control', 'textdomain' ), 'description' => esc_html__( 'A description here.', 'textdomain' ), 'section' => 'my_section', 'default' => '', 'transport' => 'postMessage', 'choices' => [ 'formComponent' => 'ChromePicker', 'backgroundColor' => 'test_accessible_textcolor_control_background', // setting-name or hardcoded color. 'textColor' => 'test_accessible_textcolor_control', // setting-name or hardcoded color. 'show' => [ 'auto' => false, 'recommended' => false, 'custom' => true, ], ], 'sanitize_callback' => 'sanitize_text_field', ] );
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-18