当前浏览:首页 / WordPress函数 / sanitize_hex_color_no_hash()

sanitize_hex_color_no_hash( string $color )

清理十六进制颜色,没有hash,尽可能使用sanitize_hex_color()

color

kses 清理

sanitize 清理more...


描述

保存无hash的十六进制颜色,将增加UI的负担,这使得使用或升级到其他颜色类型(如rgba、hsl、rgb和HTML颜色名称)变得困难。

返回''、3位或6位十六进制颜色(无#)或null。


参数

$color

(string)(必填)


返回

(string|null)



源码

查看源码 官方文档


更新日志

版本描述
3.4.0开始引入