array( 'value' => 'light', 'label' => __( 'Light', 'oulipo' ) ), 'dark' => array( 'value' => 'dark', 'label' => __( 'Dark', 'oulipo' ) ), ); return $color_schemes; } /** * Create the options page */ function oulipo_theme_options_do_page() { if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . wp_get_theme()->Name . __( ' Theme Options', 'oulipo' ) . ""; ?>