Store MB settings not to Posts

Support General Store MB settings not to PostsResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42614
    GVGV
    Participant

    Hi, is it possible to store MB own settings as MetaBox CustomFields or MetaBox CustomFieldsGroups etc not to "wp_posts + wp_postmeta" table, but to a custom DB table?
    Why? Because MetaBox and CustomFields is NOT the Blog Posts for sure!

    #42624
    PeterPeter
    Moderator

    Hello,

    Currently, it's not possible. Each field group is a post and will be saved to the table wp_posts as a post type meta-box. It works like other plugins like WooCommerce: order, coupon.
    If you don't want to use the field group with UI, you can use the code to register custom fields. Refer to the documentation https://docs.metabox.io/creating-fields-with-code/

    #42629
    GVGV
    Participant

    Pity. Add it as an option to next MB updates - possibility to store all CF/MB settings to own MB table.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.