0 ? $input['show_posts'] : 0 ); // check text for input social foreach ( orbit_get_social_theme_options() as $social => $social_text) { if ( isset( $input[$social] ) ) $output[$social] = wp_kses_data( $input[$social] ); } $resetDefault = ( ! empty( $input['orbit_defaults']) ? true : false ); if ($resetDefault) $output=$defaults; return $output; } ?>