Add checkbox option via function

Support General Add checkbox option via function

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36189
    DragosDragos
    Participant

    Hi,

    Is it possible to create new choices on checkboxlist via php function? I tried using add_post_meta but it only saves the value on the database, its not adding the value on the choices on backend. Is there a way to add it on backend choices and check or uncheck it via php function ?

    #36206
    Long NguyenLong Nguyen
    Moderator

    Hi Dragos,

    The options and field settings are registered on load with the code, it does not add the option automatically if you insert a value to the database.

    Please follow this documentation to know how to edit meta boxes and custom fields https://docs.metabox.io/edit-meta-boxes/

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