', $input ); $input = strip_tags( $input ); return $input; } else { return ''; } } function arise_reset_alls( $input ) { if ( $input == 1 ) { delete_option( 'arise_theme_options'); } else { return ''; } } function arise_sanitize_page( $input ) { if( get_post( $input ) ){ return $input; } else { return ''; } } ?>