Title: Custom admin fields
Last modified: July 26, 2020

---

# Custom admin fields

 *  [RuiOrey](https://wordpress.org/support/users/ruiorey/)
 * (@ruiorey)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-admin-fields-2/)
 * 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](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/custom-admin-fields-2/#post-13172487)
 * 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.wordpress.org/reference/functions/add_menu_page/](https://developer.wordpress.org/reference/functions/add_menu_page/)

Viewing 1 replies (of 1 total)

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

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 2 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/custom-admin-fields-2/#post-13172487)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
