Support General Meta Box plugin call un-needed query ? Reply To: Meta Box plugin call un-needed query ?

#11050
kesitkesit
Participant

I am also not using Meta Box frontend functions. So I put this code

if(is_admin()) {
    add_filter( 'rwmb_meta_boxes', 'myfunc_register_meta_boxes' );
}

But the query still happened on frontend... is my code wrong?