I have the plugin Woocommerce installed in my account WordPress. My doubt is: Is possible by Woocommerce, i have access to the database of WordPress, for example, i need to access the email used in the registration of WordPress
I apologize if I did not understood your inquiry quite clearly here.
Can you please share with us your site goals or what are you trying to achieve on your site so that we could address you more effectively?
If a screenshot would be helpful, I’d recommend using https://snipboard.io or http://skitch.com/. You can share the direct link to the image as a response to this topic.
@xue28 hi, i working with nodejs, i need to get informations about the administrator of WordPress, i need to get email.
I tried use the api .get(“customers”),I thought about that, because in page users in wp-admin, how in this picture, is show all users. But when i access this API, in this list not is show the email of administrator, in my case : [email protected]
I need one method to get this email by API using nodejs