PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
<?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; }
[+]
..
[-] elementor-adapter-interface.php
[edit]
[-] elementor-counter-adapter-interface.php
[edit]
[-] wordpress-adapter-interface.php
[edit]
[-] plugin-status-adapter-interface.php
[edit]
[-] wordpress-adapter.php
[edit]
[-] plugin-status-adapter.php
[edit]
[-] elementor-adapter.php
[edit]