Meta Box
Support Forum
Support › General › Custom DB Table integration
Hi, I have made a custom DB tables, that is copying behavior of wp_users and wp_usermeta tables it is made for custom functionality. Is it possible to extend MB plugin to work with my custom callbacks?
Hi Jackky,
You can write a custom storage for this purpose. Take a look at this:
https://github.com/wpmetabox/meta-box/tree/master/inc/storages
Then you can filter to rwmb_get_storage to use your custom storage:
rwmb_get_storage
https://github.com/wpmetabox/meta-box/blob/master/inc/functions.php#L227