🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:11:45 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor/core/isolation
🔄 Refresh
✏️
Editing: elementor-counter-adapter-interface.php
Writable
<?php namespace Elementor\Core\Isolation; if ( ! defined( 'ABSPATH' ) ) { exit; } interface Elementor_Counter_Adapter_Interface { 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; }
💾 Save Changes
❌ Cancel