🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 03:54:36 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
elementor
/
modules
/
usage
/
contracts
📍 /home/therahul/reenrihair.com/wp-content/plugins/elementor/modules/usage/contracts
🔄 Refresh
✏️
Editing: element-usage-calculator.php
Writable
<?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; }
💾 Save Changes
❌ Cancel