' . __( 'Running', 'usces' ) . '' : '' . __( 'Stopped', 'usces' ) . ''; $condition = get_option( 'usces_recaptcha_condition', '' ); if ( 'response_OK' === $condition ) { $condition_str = 'response_OK'; } elseif ( 'response_NG' === $condition || 'response_ERROR' === $condition ) { $condition_str = '' . $condition . ''; } else { $condition_str = ''; } ?>