Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Related posts

1 comment

Leave your comment

add_filter( 'bricks/element/form/datepicker_options', function( $options, $element ) { $options['minDate'] = 'today'; // Stelt de minimale datum in op de huidige dag return $options; }, 10, 2 );