📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 16:54:59
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
modules
/
interactions
/
validators
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/modules/interactions/validators
🔄 Refresh
✏️
Editing: trigger-value.php
Writable
<?php namespace Elementor\Modules\Interactions\Validators; use Elementor\Modules\Interactions\Validators\String_Value as StringValueValidator; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Trigger_Value { private const VALID_TRIGGERS = [ 'load', 'scrollIn', 'scrollOut', 'scrollOn', 'hover', 'click', ]; public static function is_valid( $trigger_prop_value ) { return StringValueValidator::is_valid( $trigger_prop_value, static::VALID_TRIGGERS ); } }
💾 Save Changes
❌ Cancel