# fluentform/1.2.4/app/Services/BackgroundProcessing/wp-background-processing.php

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

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/app/Services/BackgroundProcessing/wp-background-processing.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/app/Services/BackgroundProcessing/wp-background-processing.php
- Modified: 2018-01-24T15:32: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/1.2.4/code/app/Services/BackgroundProcessing/wp-background-processing.php#L10-L20`.

```php
<?php
/**
 * WP-Background Processing
 *
 * @package WP-Background-Processing
 */

/*
Plugin Name: WP Background Processing
Plugin URI: https://github.com/A5hleyRich/wp-background-processing
Description: Asynchronous requests and background processing in WordPress.
Author: Delicious Brains Inc.
Version: 1.0
Author URI: https://deliciousbrains.com/
GitHub Plugin URI: https://github.com/A5hleyRich/wp-background-processing
GitHub Branch: master
*/

require_once plugin_dir_path( __FILE__ ) . 'classes/wp-async-request.php';
require_once plugin_dir_path( __FILE__ ) . 'classes/wp-background-process.php';
```
