'off', 'twitter_url' => '', 'facebook_url' => '', ); return apply_filters( 'splendio_default_theme_options', $default_theme_options ); } /** * Returns the options array for Splendio. * */ function splendio_get_theme_options() { return get_option( 'splendio_theme_options', splendio_get_default_theme_options() ); } /** * Renders the sample checkbox setting field. */ function splendio_settings_field_checkbox() { $options = splendio_get_theme_options(); ?>