| @@ -47,5 +47,16 @@ | ||
| 47 | 47 | delete_option("ays_poll_db_version"); |
| 48 | 48 | delete_option('ays_poll_maker_upgrade_plugin'); |
| 49 | 49 | delete_option('ays_poll_maker_first_time_activation_page'); |
| 50 | 50 | delete_option('ays_poll_maker_poll_creation_challange'); |
| 51 | -} | |
| 51 | + delete_option('ays_poll_agree_terms'); | |
| 52 | + delete_option('ays_poll_show_agree_terms'); | |
| 53 | +} | |
| 54 | + | |
| 55 | +$api_url = "https://poll-plugin.com/poll-maker/uninstall/"; | |
| 56 | + | |
| 57 | +wp_remote_post( $api_url, array( | |
| 58 | + 'timeout' => 30, | |
| 59 | + 'body' => wp_json_encode(array( | |
| 60 | + 'type' => 'poll-maker', | |
| 61 | + )), | |
| 62 | +) ); | |