| @@ -54,9 +54,9 @@ | ||
| 54 | 54 | |
| 55 | 55 | $api_url = "https://poll-plugin.com/poll-maker/uninstall/"; |
| 56 | 56 | |
| 57 | 57 | wp_remote_post( $api_url, array( |
| 58 | - 'timeout' => 30, | |
| 59 | - 'body' => wp_json_encode(array( | |
| 60 | - 'type' => 'poll-maker', | |
| 58 | + 'timeout' => 30, | |
| 59 | + 'body' => wp_json_encode(array( | |
| 60 | + 'type' => 'poll-maker', | |
| 61 | 61 | )), |
| 62 | 62 | ) ); |