• I’m writing a plugin that’s using the settings api. Can someone please tell me how I could save the data that users enter into the settings fields and use that in a function after users hit the “Save Changes” button on the settings page? I’m just really stuck right now. Thank you so much.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    If you’ve used the Settings API correctly, your settings are saved automatically in the options table, you don’t need to do anything special. To get the setting out of the option table use get_option().

Viewing 1 replies (of 1 total)
  • The topic ‘Save user input data from settings api’ is closed to new replies.