'iisight_field_html', 'class' => 'iisight_row', ] ); } /** * register our iisight_settings_init to the admin_init action hook */ add_action('admin_init', 'iisight_settings_init'); /** * custom option and settings: * callback functions */ // developers section cb // section callbacks can accept an $args parameter, which is an array. // $args have the following keys defined: title, id, callback. // the values are defined at the add_settings_section() function. function iisight_section_developers_cb($args) { } // field callbacks can accept an $args parameter, which is an array. // $args is defined at the add_settings_field() function. // wordpress has magic interaction with the following keys: label_for, class. // the "label_for" key value is used for the "for" attribute of the