Total users in directory
-
I am using filter ‘fep_directory_arguments’ to set $args property because I want to display just some of the users in directory. Everything works fine except of total number of users which is displayed at top of the table.
I have checked the code, I would suggest code change from:
$result = count_users();
to
$result = $user_query->get_total();I think that makes more sense or did I miss something? 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Total users in directory’ is closed to new replies.