siteorigin / so-widgets-bundle

The SiteOrigin Widgets Bundle gives you all the elements you need to build modern, responsive, and engaging website pages. Using the Widgets Bundle, you can quickly and effortlessly add buttons, sliders, heroes, maps, images, carousels, features, icons, and so much more.
https://siteorigin.com/widgets-bundle/
94 stars 66 forks source link

Fields Sanitize: Keep `0` #1974

Closed AlexGStapleton closed 3 months ago

AlexGStapleton commented 3 months ago

Reported here

To test this PR, add the following to the previous line:

'test' => array(
    'name' => __( 'Test', 'so-widgets-bundle' ),
    'type' => 'slider',
    'max' => 6,
    'min' => 0,
    'default' => 0,
),