Skip to content

Commit

Permalink
zoom validation bozdoz#189
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe13 committed Dec 27, 2022
1 parent 5111e28 commit 8ddfb0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions class.plugin-option.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ function __construct($details = array())
'display_name' => FILTER_SANITIZE_STRING,
'default' => null,
'type' => FILTER_SANITIZE_STRING,
'min' => "",
'max' => "",
'step' => "",
'options' => array(
'filter' => FILTER_SANITIZE_STRING,
'flags' => FILTER_FORCE_ARRAY
Expand Down

0 comments on commit 8ddfb0b

Please sign in to comment.