I have Multiselect field, created using latest Carbon Fields (2.2.0) library: Field::make( "multiselect", "available_on", "Available on" ) ->add_options( array( 'windows' => 'Windows', 'mac' ...
-
May 28, 2022
- 0 Comments