Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.
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 );
1 comment
A WordPress Commenter
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.