array ('Setting' => array( 'Name', 'Type' => [text| 'Size', 'Description', 'Buttons' => array() nonce| 'Value' hidden| 'Value' title| 'Class', 'Value' checkbox| 'Description', 'Buttons' => array() selection| 'Description', 'Options' => array('Value', 'Name'), 'Buttons' => array() buttons| 'Buttons' => ('Value' => ('Action', 'Class'))) Opts => Actual settings Title = 'Title of Form' Open = True if want Form Header
Body = True if want to process options */ if (!class_exists('AmazonWishlist_Options')) { class AmazonWishlist_Options { /* * Must be called by the client's init function */ function init() { $stylesheet = plugins_url("form.css", __FILE__); wp_register_style('amazon-link-form', $stylesheet); } function enqueue_styles() { wp_enqueue_style('amazon-link-form'); } function displayForm($optionList, $Opts, $Open = True, $Body = True, $Close = True, $NoTable = True) { if ($Open) { if ($NoTable) { ?>