📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:21:38
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
elementor
/
modules
/
usage
/
contracts
✏️
Editing: 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; }
💾 Save Changes
❌ Cancel