PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.85
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.85
5.5.85 5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 All 161 releases
← All changes | WPDataAccess/Data_Apps/WPDA_Data_Explorer.php +3 -3 5.5.37 → 5.5.85 View file →
@@ -10,10 +10,10 @@
10 10 private $dbs = null;
11 11
12 12 private $pds = null;
13 13
14 - public function __construct( $args = array(), $shortcode_args = array() ) {
15 - parent::__construct( $args, $shortcode_args );
14 + public function __construct( $args = array() ) {
15 + parent::__construct( $args );
16 16 $this->dbs = new WPDA_Remote_Database();
17 17 }
18 18
19 19 public function show() {
@@ -28,9 +28,9 @@
28 28 $this->show_on_backend();
29 29 } else {
30 30 $this->show_on_frontend();
31 31 }
32 - $this->add_client();
32 + $this->add_client( 'de' );
33 33 }
34 34
35 35 private function show_on_backend() {
36 36 ?>