#58925 closed enhancement (duplicate)
Settings API: Add way to remove fields added via add_settings_field().
Reported by: | dcavins | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
It doesn't appear that the Settings API offers a built-in way to remove fields added using add_settings_field()
. It is possible to deregister settings using unregister_setting()
, but the field markup will still be written.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Adds remove_settings_field() function