Pulling Data from wp_users
-
I have modified my sql database, wp_user table.
I have added several lines to it.I run a very small business where I setup game servers, graphic design, and so on. I have dumbed down my wordpress to basically just be used for woocommerce, and the back end stuff helps manage accounts.
on “my-account” php, I have edited to show my clients business name, status of their services, links to their site and web mail, last/next payment, and notes from me. All of which are on that wp_user table.
These work, I have tested them. My issue is because wordpress doesnt use sessions, and I for the life of me cannot find it on my theme, I have no way of identifying each client, than pulling their respective data.
Ive tried a handful of plugins, and read a ton of articles, None of which are working for me.
any help or suggestions would be appreciated.

The topic ‘Pulling Data from wp_users’ is closed to new replies.