'off', 'twitter_url' => '', 'facebook_url' => '', 'google_url' => '', 'flickr_url' => '' ); return apply_filters( 'sundance_default_theme_options', $default_theme_options ); } /** * Returns the options array for Sundance. * * @since Sundance 1.0 */ function sundance_get_theme_options() { return get_option( 'sundance_theme_options', sundance_get_default_theme_options() ); } /** * Renders the checkbox setting field. */ function sundance_settings_field_checkbox() { $options = sundance_get_theme_options(); ?>