PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.3.23
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.3.23
1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 1.3.46 All 178 releases
← All changes | engine/Base.php +0 -8 1.4.21.3.23 View file →
@@ -30,13 +30,5 @@
30 30 public function initialize() {
31 31 return true;
32 32 }
33 33
34 - /**
35 - * Discard any output buffered above DISCO_OB_LEVEL so that debug notices
36 - * from other plugins do not prefix the JSON body sent by wp_send_json_*.
37 - */
38 - protected function clean_buffer(): void {
39 - OutputBuffer::clean();
40 - }
41 -
42 34 }