# fluentform/6.2.14/app/Services/FluentConversational/plugin.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.14. 9 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.14/code/app/Services/FluentConversational/plugin.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.14/raw/app/Services/FluentConversational/plugin.php
- Modified: 2021-06-08T16:47:20+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/fluentform/6.2.14/code/app/Services/FluentConversational/plugin.php#L10-L20`.

```php
<?php

defined('ABSPATH') or die;

define('FLUENT_CONVERSATIONAL_FORM', true);
define('FLUENT_CONVERSATIONAL_FORM_VERSION', '1.0.0');
define('FLUENT_CONVERSATIONAL_FORM_DIR_URL', plugin_dir_url(__FILE__));
define('FLUENT_CONVERSATIONAL_FORM_DIR_PATH', plugin_dir_path(__FILE__));

```
