$message
$message :
Validate contrast ratio. To validate at "Publish" time add it as `setting.validate_callback` to your customize setting.
$panel :\DevOwl\Customize\AbstractCustomizePanel
See `AbstractCustomizePanel`.
__construct(string $message,integer $minimum,string $setting1,string $setting2,\DevOwl\Customize\AbstractCustomizePanel $panel,callable $modifier = null)
C'tor.
string | $message | Localized message thrown to the customizer (two |
integer | $minimum | |
string | $setting1 | The setting ID to check against |
string | $setting2 | The setting ID to check against |
\DevOwl\Customize\AbstractCustomizePanel | $panel | |
callable | $modifier | Allows you to modify the value for the settings at runtime |