rebase code on oct-10-2023
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<?php
|
||||
|
||||
use Imagify\User\User;
|
||||
|
||||
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
|
||||
|
||||
if ( defined( 'IMAGIFY_HIDDEN_ACCOUNT' ) && IMAGIFY_HIDDEN_ACCOUNT ) {
|
||||
@@ -33,7 +30,7 @@ if ( Imagify_Requirements::is_api_key_valid() ) {
|
||||
<div class="imagify-settings-section">
|
||||
|
||||
<?php
|
||||
$imagify_user = new User();
|
||||
$imagify_user = new Imagify_User();
|
||||
|
||||
if (
|
||||
$imagify_user->is_free()
|
||||
|
||||
Reference in New Issue
Block a user