| @@ -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 | } |