My Plugin

Some text describing what the plugin settings do.

' ); } /** Field 2 Input **/ function myplugin_field_2_input() { // This example input will be a dropdown. // Available options. $options = array( '1' => 'Option 1', '2' => 'Option 2', '3' => 'Option 3', ); // Current setting. $current = get_option( 'myplugin_field_2' ); // Build '; foreach ( $options as $value => $text ) { $html .= '