| @@ -60,10 +60,8 @@ | ||
| 60 | 60 | new WPContent( $this->request_params ), |
| 61 | 61 | // new AIContent( $this->request_params ), |
| 62 | 62 | new Finalizer( $this->request_params ) |
| 63 | 63 | ]; |
| 64 | - | |
| 65 | - $this->runners = apply_filters( 'templately_import_runners', $this->runners, $this->request_params ); | |
| 66 | 64 | } |
| 67 | 65 | |
| 68 | 66 | public function run( $callable = null ): array { |
| 69 | 67 | $data = $this->request_params; |