| @@ -208,24 +208,13 @@ | ||
| 208 | 208 | { |
| 209 | 209 | return get_option('_transient_sendwp_pulse_monitor', 'unknown'); |
| 210 | 210 | } |
| 211 | 211 | |
| 212 | -function sendwp_get_client_partner_id() | |
| 213 | -{ | |
| 214 | - if ( defined( 'SENDWP_PARTNER_ID' ) ) { | |
| 215 | - return SENDWP_PARTNER_ID; | |
| 216 | - } | |
| 217 | - | |
| 218 | - return null; | |
| 219 | -} | |
| 220 | - | |
| 221 | 212 | function sendwp_reset_all_plugin_data() |
| 222 | 213 | { |
| 223 | 214 | if (check_admin_referer('reset_sendwp_data' . sendwp_get_client_secret())) { |
| 224 | 215 | $options = [ |
| 225 | 216 | 'sendwp_client_secret', |
| 226 | - 'sendwp_client_connected', | |
| 227 | - 'sendwp_forwarding_enabled', | |
| 228 | 217 | ]; |
| 229 | 218 | |
| 230 | 219 | foreach ($options as $option) { |
| 231 | 220 | if (get_option($option, false) !== false) { |