settings_fields() WP 1.0
Output nonce, action, and option_page fields for a settings page.
No Hooks.
Return
Nothing (null).
Usage
settings_fields( $option_group );
- $option_group(string) (required)
- A settings group name. This should match the group name used in register_setting().