updated plugin GP Premium
version 1.11.2
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
<?php
|
||||
defined( 'WPINC' ) or die;
|
||||
/**
|
||||
* This file handles image imports in the Site Library.
|
||||
*
|
||||
* @package GP Premium
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // No direct access, please.
|
||||
}
|
||||
|
||||
/**
|
||||
* Downloads and updates images.
|
||||
|
Reference in New Issue
Block a user