# elementor/3.24.7/includes/libraries/wp-background-process/wp-async-request.php

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

- Page: https://pluginprobe.com/plugins/elementor/3.24.7/code/includes/libraries/wp-background-process/wp-async-request.php
- Raw: https://pluginprobe.com/plugins/elementor/3.24.7/raw/includes/libraries/wp-background-process/wp-async-request.php
- Modified: 2023-04-23T11:22:46+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.24.7/code/includes/libraries/wp-background-process/wp-async-request.php#L10-L20`.

```php
<?php

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

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

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

```
