*/ private static function handlers(): array { $base = defined('YATRA_PLUGIN_PATH') ? rtrim((string) YATRA_PLUGIN_PATH, '/\\') . '/app/Compatibility/' : ''; if ($base === '') { return []; } return [ [ 'file' => $base . 'Elementor/Assets.php', 'class' => 'Yatra\\Compatibility\\Elementor\\Assets', ], [ 'file' => $base . 'LiteSpeed/Assets.php', 'class' => 'Yatra\\Compatibility\\LiteSpeed\\Assets', ], [ 'file' => $base . 'Wanderland/Header.php', 'class' => 'Yatra\\Compatibility\\Wanderland\\Header', ], ]; } }