rebase code on oct-10-2023
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
use Imagify\Notices\Notices;
|
||||
use Imagify\User\User;
|
||||
|
||||
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
|
||||
|
||||
@@ -401,7 +400,7 @@ function imagify_cache_user() {
|
||||
return false;
|
||||
}
|
||||
|
||||
$user = new User();
|
||||
$user = new Imagify_User();
|
||||
$data = (object) get_object_vars( $user );
|
||||
$methods = get_class_methods( $user );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user