# fluentform/3.6.50/app/Hooks/Frontend.php

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

- Page: https://pluginprobe.com/plugins/fluentform/3.6.50/code/app/Hooks/Frontend.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.50/raw/app/Hooks/Frontend.php
- Modified: 2019-10-12T19:51:52+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/3.6.50/code/app/Hooks/Frontend.php#L10-L20`.

```php
<?php

/**
 * Declare frontend actions/filters/shortcodes
 */

//if ($app->getEnv() == 'dev') {
//	add_filter('init', function() use ($app) {
//		if ($header = $app->request->header('X-HOOK')) {
//			error_log($header);
//		}
//	});
//}

```
