| @@ -54,8 +54,9 @@ | ||
| 54 | 54 | "scriptsPath" => \Depicter::core()->assets()->getUrl(). '/resources/scripts/editor/', |
| 55 | 55 | 'pluginAPI' => admin_url( 'admin-ajax.php' ), |
| 56 | 56 | 'clientKey' => \Depicter::auth()->getClientKey(), |
| 57 | 57 | 'csrfToken' => \Depicter::csrf()->getToken( CSRF::EDITOR_ACTION ), |
| 58 | + 'wpHomepage' => home_url(), | |
| 58 | 59 | 'updateInfo' => [ |
| 59 | 60 | 'from' => \Depicter::options()->get('version_previous') ?: null, |
| 60 | 61 | 'to' => \Depicter::options()->get('version') |
| 61 | 62 | ], |