PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.84
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.84
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 5.5.42 All 160 releases
← All changes | WPDataAccess/Query_Builder/WPDA_Query_Builder_Scheduler.php +4 -0 5.5.765.5.84 View file →
@@ -12,8 +12,9 @@
12 12 return array();
13 13 }
14 14
15 15 private static function queryDecode( $sql ) {
16 + return '';
16 17 }
17 18
18 19 public static function run_scheduled_sql( $args ) {
19 20 }
@@ -21,14 +22,17 @@
21 22 private static function notify_multiple_queries( $tabs, $params ) {
22 23 }
23 24
24 25 private static function attach_csv( $response ) {
26 + return '';
25 27 }
26 28
27 29 private static function attach_json( $response ) {
30 + return '';
28 31 }
29 32
30 33 private static function attach_xml( $response ) {
34 + return '';
31 35 }
32 36
33 37 private static function notify_single_query( $response, $params ) {
34 38 }