laipower/wp-content/plugins/gp-premium/library/image-processing-queue/image-processing-queue.php

18 lines
637 B
PHP
Raw Normal View History

2020-04-07 13:03:04 +00:00
<?php
/*
* Copyright (c) 2016 Delicious Brains. All rights reserved.
*
* Released under the GPL license
* http://www.opensource.org/licenses/gpl-license.php
*/
defined( 'WPINC' ) or die;
require_once GP_LIBRARY_DIRECTORY . 'batch-processing/wp-async-request.php';
require_once GP_LIBRARY_DIRECTORY . 'batch-processing/wp-background-process.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/class-ipq-process.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/class-image-processing-queue.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/ipq-template-functions.php';
Image_Processing_Queue::instance();