# elementor/3.22.2/core/isolation/wordpress-adapter-interface.php

Elementor Website Builder – more than just a page builder, version 3.22.2. 14 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.22.2/code/core/isolation/wordpress-adapter-interface.php
- Raw: https://pluginprobe.com/plugins/elementor/3.22.2/raw/core/isolation/wordpress-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.22.2/code/core/isolation/wordpress-adapter-interface.php#L10-L20`.

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

interface Wordpress_Adapter_Interface {

	public function get_plugins();

	public function is_plugin_active( $plugin_path );

	public function wp_nonce_url( $url, $action );

	public function self_admin_url( $path );
}

```
