HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/elementor/core/isolation/plugin-status-adapter-interface.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;
}