'wporg_field_pill', 'class' => 'wporg_row', 'wporg_custom_data' => 'custom', ) ); } /** * Register our wporg_settings_init to the admin_init action hook. */ add_action( 'admin_init', 'wporg_settings_init' ); /** * Custom option and settings: * - callback functions */ /** * Developers section callback function. * * @param array $args The settings array, defining title, id, callback. */ function wporg_section_developers_callback( $args ) { ?>

. * - the "class" key value is used for the "class" attribute of the containing the field. * Note: you can add custom key value pairs to be used inside your callbacks. * * @param array $args */ function wporg_field_pill_cb( $args ) { // Get the value of the setting we've registered with register_setting() $options = get_option( 'wporg_options' ); ?>

options_page_tab_nav_output(); ?>