Meta Box
Support Forum
Support › Meta Box Group › class_exists issue
Hello, there is a issue in the file "meta-box-group.php" on line 15. if ( ! class_exists( 'RWMB_Group ' ) )
if ( ! class_exists( 'RWMB_Group ' ) )
There is a blank space in "RWMB_Group·", so the if statement is always true.
Best regards
Oh, I didn't notice that. Thanks a lot for reporting. I've just updated the extension with the fix.