Skip to content

Commit

Permalink
Fix: admin pointer for User admin UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Jun 29, 2022
1 parent 3107df4 commit 9fb444e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ function perflab_admin_pointer( $hook_suffix ) {
return;
}

// Do not show admin pointer in multisite Network Admin.
if ( is_network_admin() ) {
// Do not show admin pointer in multisite Network admin or User admin UI.
if ( is_network_admin() || is_user_admin() ) {
return;
}

Expand Down

0 comments on commit 9fb444e

Please sign in to comment.