Import custom fields json from folder

Support General Import custom fields json from folder

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42559
    luigi gaudinoluigi gaudino
    Participant

    Hello!
    1: I created a custom field group in metabox builder
    2: i exported via metabox builder to json file
    3: my question:

    I would like to deploy my json files in a child theme or plugin folder and autoimport on metabox builder. Which php function should i use?

    #42567
    PeterPeter
    Moderator

    Hello,

    Currently, MB Builder does not support auto-import JSON files. You need to import them manually to your site.

    #42587
    luigi gaudinoluigi gaudino
    Participant

    The button Field Groups/import use wordpress function wp_insert_post or a metabox custom function?

    #42598
    PeterPeter
    Moderator

    Hello,

    MB Builder will use a parser to convert settings in JSON files to a field group and save it as a post type, not with just the WordPress function wp_insert_post().

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