Custom theme add_meta_boxes action seems to override “siteorigin_panels_metaboxes” metabox callback
If I delete the action from the theme everything works fine. The call to the theme meta boxes is in a class and the callback is added as follows: //add meta box action add action( 'add meta boxes', array($this, 'defaultMetaBoxes')…