Tagged Questions
0
votes
1answer
122 views
Adding Form Fields with Settings API
I'm making a plugin with an administration page witch uses the Settings API. I could make one section and one option. But how can I add other form fields to it?
If I add an input tag to the callback ...