pageRenderer = $pageRenderer; $this->wp = $wp; } public function render() { $this->pageRenderer->displayPage('automation/editor.html', [ 'sub_menu' => 'mailpoet-automation', 'api' => [ 'root' => rtrim($this->wp->escUrlRaw($this->wp->restUrl()), '/'), 'nonce' => $this->wp->wpCreateNonce('wp_rest'), ], ]); } }