Sindbad~EG File Manager

Current Path : /var/www/html/faexito.org/wp-content/plugins/elementor/core/isolation/
Upload File :
Current File : /var/www/html/faexito.org/wp-content/plugins/elementor/core/isolation/wordpress-adapter.php

<?php
namespace Elementor\Core\Isolation;

class Wordpress_Adapter implements Wordpress_Adapter_Interface {

	public function get_plugins(): array {
		return get_plugins();
	}

	public function is_plugin_active( $plugin_path ): bool {
		return is_plugin_active( $plugin_path );
	}

	public function wp_nonce_url( $url, $action ): string {
		return wp_nonce_url( $url, $action );
	}

	public function self_admin_url( $path ): string {
		return self_admin_url( $path );
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists