false, /** * Always double escape!! * Positive integers: ^\\d*$ * Any integer: ^-?\\d*\\.?\\d+$ */ "regex" => '', "allow_empty" => 0, "default" => '', // Reverts when loses focus 'validation_msg' => '' ); protected static function outputValue( $value ) { // No need to decode return stripslashes( esc_html($value)) ; } public function render() { ?>