Current File : /home/resuelf/www/wp-content/plugins/auto-post-thumbnail/includes/class-processing.php
<?php

namespace WBCR\APT;

use WBCR\Factory_Processing_104\WP_Background_Process;

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class for generating in the background
 *
 * @author        Artem Prikhodko <[email protected]>
 * @copyright (c) 2022, CreativeMotion
 * @version       1.0
 */
class ProcessingBase extends WP_Background_Process {

	protected function task( $item ) {
	}
}