<?php namespace Wpsec\captcha\constants; class ToggleStatus { const DISABLED = 'disabled'; const ENABLED = 'enabled'; }