• Hi,
    I want to know if is possible to costumize the admin panel to support for example sliders to select values of a plugin, or other more complex controls.
    And if so, is it possible for example to import React components and what are the best practices to that?
    Thanks in advance

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Yes it is. You can add your own admin page. It’s content can be anything you want. There is a Settings API that lets you present options as is done on the various settings screens, but you’re limited to the nature of what fields are presented and the field values are saved in the options table. Useful for some things, but limited for others. But you can output anything you want and have the same menu page code handle any form submittals. Then you can save the data where ever it makes the most sense.
    https://developer.ww.wp.xz.cn/reference/functions/add_menu_page/

Viewing 1 replies (of 1 total)

The topic ‘Custom admin fields’ is closed to new replies.