• Guido

    (@guido07111975)


    Hi there,

    The settingspage of my plugin contains many fields. Have build the page like this:

    
    add_settings_section( .. );
    
    add_settings_field( .. );
    register_setting( .. );
    
    add_settings_field( .. );
    register_setting( .. );
    
    add_settings_field( .. );
    register_setting( .. );
    

    This results in many options in the wp_options table.

    I’ve heard there’s a way to wrap all settings in 1 option.
    Does somebody know a clear tutorial, because I was not able to find my answer at the codex page.

    More important, is there a major advantage building my settingspage like this?

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating settingspage’ is closed to new replies.