How to make custom metabox fields duplicatable?

后端 未结 1 1452
野趣味
野趣味 2020-12-15 14:49

I am now currently coding a plugin for the WordPress admin. It\'s about custom meta boxes. I would like to create a slideshow plugin, just for learning a lot of coding.

相关标签:
1条回答
  • 2020-12-15 15:26

    I've answered many Questions regarding this topic in WordPress StackExchange.
    It is called Repeatable Fields.

    But basically these are the needed resources:

    • Create more Meta Boxes as needed - WPSE Q&A

    • Repeatable Custom Fields in a Metabox - Gist

      /**
       * Repeatable Custom Fields in a Metabox
       * Author: Helen Hou-Sandi
       *
       * From a bespoke system, so currently not modular - will fix soon
       * Note that this particular metadata is saved as one multidimensional array (serialized)
       */
      
    • Repeatable Custom Fields in a Metabox - Another Gist example, no description given

    0 讨论(0)
提交回复
热议问题