'1', 'accent_color' => '#890000', 'link_color' => '#dd7a05', ); return apply_filters( 'nuntius_default_theme_options', $default_theme_options ); } /** * Returns the options array for Nuntius. */ function nuntius_get_theme_options() { return get_option( 'nuntius_theme_options', nuntius_get_default_theme_options() ); } // Create the options page function nuntius_theme_options_do_page() { ?>

Name ); ?>

' . $default_options['accent_color'] . '' ); ?>
' . $default_options['link_color'] . '' ); ?>