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