[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor
/
modules
/
interactions
/
schema
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 interactions-schema.php
560 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: interactions-schema.php
<?php namespace Elementor\Modules\Interactions\Schema; use Elementor\Modules\Interactions\Props\Interaction_Item_Prop_Type; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Interactions_Schema { public static function get() { return apply_filters( 'elementor/atomic-widgets/interactions/schema', static::get_interactions_schema() ); } public static function get_interactions_schema(): array { return [ 'version' => 1, 'items' => [ Interaction_Item_Prop_Type::make()->description( 'Interaction item' ) ], ]; } }