Wes DeKoninck
Wes DeKoninck
If you don't mind my asking, are you using a different setup for creating custom meta boxes dynamically in Wordpress that you would recommend in place of what you have...
Makes sense! Thanks for your input and for this plugin, it has made several of my client projects easier. I really appreciate the time you put in to it.
I was having the same issue, and was able to resolve it by removing this line from the meta_box.php case for 'post_checkboxes': ``` php $post_type_object = get_post_type_object( $post_type ); echo...
@jtsternberg , Thanks for this update and the snippet, works like a charm! I wanted to make a note that the snippet you have selects the repeatable group based on...
I also noticed that this plugin is not working when being called in a .LESS file. Any thoughts on a work around? Or am I just doing something right?