generate php code for custom field beside Generated Custom field in AIO

Support Meta Box AIO generate php code for custom field beside Generated Custom field in AIOResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39704
    justdoit123justdoit123
    Participant

    Hi, i think that if i generate Custom Field (for custom post type) in Metabox AIO => will this solution slow loading than Generated PHP Code (from AIO) ?

    Do i need to delete Custom Field in AIO after i generate PHP Code and add it to theme functions.php ?

    thanks

    #39760
    PeterPeter
    Moderator

    Hello there,

    >> I think that if I generate Custom Field (for custom post type) in Metabox AIO => will this solution slow loading than Generated PHP Code (from AIO) ?

    Sorry, I do not understand this question clearly. Can you please clarify it again? If you want to generate the PHP code to run in the file functions.php please read the documentation below.

    If you generate the PHP code and run it to create the custom fields, you can delete the field group in the builder as well.

    Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code

    #39763
    justdoit123justdoit123
    Participant

    Hi, me question is: use php code will make metabox load fast than in the builder ?

    If i use custom field generated in the builder, is it slow loading ??

    Thanks

    #39787
    PeterPeter
    Moderator

    Hello,

    >> use php code will make metabox load fast than in the builder?
    The editing page will be loaded faster if you have a large number of fields (maybe> 100 fields), otherwise, I do not see using the code will load the page faster too much.

    >> If i use custom field generated in the builder, is it slow loading
    No, because the generator only works if you click on the button to generate the code.

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