mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Remove unused WP_User_Query import
The WP_User_Query import was removed as it is not used in the code. This helps to clean up unnecessary code and improve maintainability. No functionality is affected by this change.
This commit is contained in:
@@ -4,7 +4,6 @@ namespace um\common;
|
|||||||
use WP_Error;
|
use WP_Error;
|
||||||
use WP_Session_Tokens;
|
use WP_Session_Tokens;
|
||||||
use WP_User;
|
use WP_User;
|
||||||
use WP_User_Query;
|
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user