Question
I need to get a list of users display names in a dropdown menu. I have the query right, but I'm not sure how exactly to get my user foreach inside of an array. Here is the code I need to inject the users into: $data['settings']['advanced_options'] = array_merge($data['settin
0
, , lz430 3 years 0 Answers 54 views

Question
I have a custom plugin which allows users to follow each other. The follow and unfollow functionality works by ajax which is fine but there are just a few bugs that need sorting out which I am unsure as to how I fix them. When you first come on to a new user's page there is a but
0
, , , Matt H 3 years 0 Answers 59 views

Question
I have a WordPress site with 65,000 registered users, about 10,000 of those users are spam bots, inactive account, hard email bonces etc. I have them gathered in a CSV list, how can I use that csv list to delete those users from my WordPress site? I haven't been able to find a plu
0
, , Chozen 3 years 0 Answers 46 views

Question
I need to perform some cleanup after a user logged out, so I added a wp_logout action hook. Problem is, wp_get_current_user() already returns null if called from within the wp_logout action hook. How do I get the logging out users userid inside a wp_logout action hook?
0
Davos Seaworth 3 years 0 Answers 56 views