# linguise/trunk/src/constants.php

Linguise – AI Automatic Multilingual Translation, version trunk. 9 lines.

- Page: https://pluginprobe.com/plugins/linguise/trunk/code/src/constants.php
- Raw: https://pluginprobe.com/plugins/linguise/trunk/raw/src/constants.php
- Modified: 2026-09-10T02:50:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/linguise/trunk/code/src/constants.php#L10-L20`.

```php
<?php
if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) {
    define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.2.64');
}

if (!defined('LINGUISE_VERSION')) {
    define('LINGUISE_VERSION', '2.2.64');
}

```
