# elementor/3.2.2/includes/libraries/wp-background-process/wp-background-process.php

Elementor Website Builder – more than just a page builder, version 3.2.2. 13 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.2.2/code/includes/libraries/wp-background-process/wp-background-process.php
- Raw: https://pluginprobe.com/plugins/elementor/3.2.2/raw/includes/libraries/wp-background-process/wp-background-process.php
- Modified: 2020-09-06T15:34:58+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/elementor/3.2.2/code/includes/libraries/wp-background-process/wp-background-process.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// TODO: _deprecated_file( __FILE__, '3.0.7', '\Elementor\Core\Base\BackgroundProcess\WP_Background_Process' );

if ( ! class_exists( 'WP_Background_Process' ) ) {
	abstract class WP_Background_Process extends \Elementor\Core\Base\BackgroundProcess\WP_Background_Process {
	}
}

```
