┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/modules/usage/contracts
☗ ROOT
↻ REFRESH
✎ EDIT FILE
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; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 element-usage-calculator.php
PHP
335 B
2026-05-05 06:08
EDIT