← All changes
|
WPDataAccess/Query_Builder/WPDA_Query_Builder_Scheduler.php
+4
-0
5.5.76
→
5.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 | } |