PluginProbe
The WP Remote WordPress Plugin / 4.79
The WP Remote WordPress Plugin v4.79
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | callback/wings/info.php +1 -5 5.094.79 View file →
@@ -9,9 +9,9 @@
9 9 public $siteinfo;
10 10 public $bvinfo;
11 11 public $bvapi;
12 12
13 - const INFO_WING_VERSION = 1.6;
13 + const INFO_WING_VERSION = 1.5;
14 14
15 15 public function __construct($callback_handler) {
16 16 $this->db = $callback_handler->db;
17 17 $this->siteinfo = $callback_handler->siteinfo;
@@ -463,12 +463,8 @@
463 463 $resp = $this->getPosts($params['post_type'], $count);
464 464 break;
465 465 case "gtsts":
466 466 $resp = $this->getStats();
467 - break;
468 - case "gtdbvariables":
469 - $variable = (array_key_exists('variable', $params)) ? $variable : "";
470 - $resp = $this->db->showDbVariables($variable);
471 467 break;
472 468 case "gtplgs":
473 469 $resp = $this->getPlugins();
474 470 break;