File ManagerCurrent Directory: wp-content/plugins/elementor/core/behaviors/interfacesLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: lock-behavior.php <?php namespace Elementor\Core\Behaviors\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } interface Lock_Behavior { /** * @return bool */ public function is_locked(); /** * @return array { * * @type bool $is_locked * * @type array $badge { * @type string $icon * @type string $text * } * * @type array $content { * @type string $heading * @type string $description * } * * @type array $button { * @type string $text * @type string $url * } * * } */ public function get_config(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirlock-behavior.phpFile636.00 B Rename | Delete | Edit