wp-async-request.php (307B)
1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) { 4 exit; 5 } 6 7 // TODO: _deprecated_file( __FILE__, '3.0.7', '\Elementor\Core\Base\BackgroundProcess\WP_Async_Request' ); 8 9 if ( ! class_exists( 'WP_Async_Request' ) ) { 10 abstract class WP_Async_Request extends \Elementor\Core\Base\BackgroundProcess\WP_Async_Request { 11 } 12 }