Support Forum

Mentions question

17 Answers

New Answer

MP Mr Papa
Mr Papa
Member

it pulls the users from the database… so doubt they have been deleted… or if you deleted them, they were not deleted via the wp api… which means you might have mismatch between wp users and supplemental sp user info…  when wp deletes a user, it notifies plugins so they can also remove any extra info…

how many rows in wp users table in database?  how many in sfmembers table in database?

WE Wendell
Wendell
Member

there’s 11 in WP users, 24 in SF members… do i have to delete them manually?

MP Mr Papa
Mr Papa
Member

so how did you delete the wp users? through the wp admin panel or api?  then they would be removed from simple press… if you removed otherwise, no way for plugins to know they were deleted…

you will have to compare the tables…  in the wp users table, there is an ID column… that will correspond to the user_id column in the sfmembers table…  so if the user_id column does not match and ID column, you can remove that particular sfmembers row…

and uses should only be deleted through the wp api…