PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 6.4.9
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v6.4.9
6.4.9 6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 All 152 releases
← All changes | uninstall.php +3 -3 6.3.36.4.9 View file →
@@ -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 ) );