Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /var/www/theprintave/wp-content/plugins/elementor/core/isolation/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/theprintave/wp-content/plugins/elementor/core/isolation/elementor-adapter-interface.php
<?php

namespace Elementor\Core\Isolation;

interface Elementor_Adapter_Interface {

	public function get_kit_settings();

	public function get_main_post();

	public function is_active_kit_default() : bool;

	public function get_count( $key ) : ?int;

	public function set_count( $key, $count = 0 ) : void;

	public function increment( $key ) : void;

	public function is_key_allowed( $key ) : bool;

	public function get_template_type( $template_id ) : string;
}

Spamworldpro Mini