Override

Support MB Builder Override

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6025
    danieldkdanieldk
    Participant

    The metabox builder overrides any PHP based versions of the metaboxes. Is it the intended workflow to build in the builder, copy the PHP to a theme/plugin, and then disable the builder?

    #6029
    Tan NguyenTan Nguyen
    Participant

    Dear Daniel,

    The Builder uses the Meta Box filter to register meta boxes, see:
    https://metabox.io/docs/registering-meta-boxes/

    You don't need to copy code to another place and then disable the builder, feel free to use it as the way you want.

    #6034
    danieldkdanieldk
    Participant

    I have written this also on github: when I disable the metabox builder I get an error message referencing Line 48 in core.php -- which means I can only use metabox with the builder, but not without.

    Maybe a php 7 issue?

    #6038
    danieldkdanieldk
    Participant

    Nevermind the error: I have found the mistake: I was registering a filter that didn't work.
    Now I am all set: I can use mapbox as I like it!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Override’ is closed to new replies.