# elementor/3.27.0-dev2/core/isolation/plugin-status-adapter-interface.php

Elementor Website Builder – more than just a page builder, version 3.27.0-dev2. 12 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.27.0-dev2/code/core/isolation/plugin-status-adapter-interface.php
- Raw: https://pluginprobe.com/plugins/elementor/3.27.0-dev2/raw/core/isolation/plugin-status-adapter-interface.php
- Modified: 2024-04-15T11:06:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.27.0-dev2/code/core/isolation/plugin-status-adapter-interface.php#L10-L20`.

```php
<?php
namespace Elementor\Core\Isolation;

interface Plugin_Status_Adapter_Interface {

	public function is_plugin_installed( $plugin_path ): bool;

	public function get_install_plugin_url( $plugin_path ): string;

	public function get_activate_plugin_url( $plugin_path ): string;
}

```
