Hi,
is there a way to add a meta box saving on a custom table on a specific post type?
Let's say I have an "Events" custom post type. I want to add there a custom meta box which uses MB Custom Table to save on a custom table on db. I have integrated MB Custom Table but I am only able to use it on the default post type.
I understand that I have to use the add_meta_box() but I do not know how to pass the "storage_type" and "table' fields there.
thanks in advance!