Any quick fix to prevent this ? it is flooding the debug.log
EDIT: Found a fix I think : in plugin directory / src / Cpt.php
Line 11 , replace :
$this->status_meta_box();
With
add_action('init', [$this, 'status_meta_box']);
-
This reply was modified 11 months, 2 weeks ago by eisteed.