Adam Forst
Results
2
issues of
Adam Forst
Allow sanitize_callback to be disabled by passing a value of false
This pull request updates the color sanitization regex within Color_Palette.php to support CSS variables. By integrating patterns that match CSS variable definitions (--variable-name) and usages (var(--variable-name)), we enable developers to...