Tagged Questions
-1
votes
1answer
167 views
Adding a second email address to a completed order in WooCommerce
Before I ask this question, I know there is a (legitimate) hesitation to answer questions here about Woo products since they have their own support and their users should be encouraged to use that. I ...
0
votes
1answer
105 views
Using email_exists() wp function in an ajax request
I'm requesting the wordpress function if (email_exists($email)) { ... } from a file (email_check.php) via ajax. Using this function is causing a server error though.
The origin (from an input text ...
0
votes
1answer
46 views
Deprecated function get_user_by_email($email)
I tried to find replacement function for get_user_by_email($email) but no luck. This function I am using to allow user to log in by email address or user id. Is there any replacement function or ...
2
votes
1answer
222 views
Check if post is being published for the first time, or is an already published post being updated
I am building an add-on to an events module that checks for availability, since there wasn't a function for that in that module. Now that I have built the logic, there are three emails I will need to ...
0
votes
1answer
134 views
Use of antispambot with $curauth->email
This is probably pretty simple, but...
I want to use the WP function antispambot not on
get_the_author_email but on a value in a field I added to User Profile called publicemail. Everything I've ...
3
votes
2answers
2k views
Get user id from email?
I'm working on an email system, and I'm onto the unsubscribing stage. Since most of my users would not know their user ID, I'm asking them to put their email into a text box (definitely preferred, ...