Tagged Questions
-1
votes
0answers
19 views
How to add second email into billing page in WooCommerce?
I'm new to WooCommerce and PHP, so I've faced problem. Now by default after user has checkout he recives a latter with a list of things he ordered. Now I need to give a customer abuility to send that ...
0
votes
0answers
28 views
How to get Internal Date Message Attribute in php - wordpress admin init hook
I am writing a wordpress plugin and need to show recent emails on plugin page.
I am using IMAP and want to keep track of UID, UIVALIDITY and INTERNALDATE to identify newly arrived emails but i don't ...
1
vote
1answer
128 views
Notify comment author upon reply
To improve communication between guest commenters and authors, I am fiddling with a script that sends an email to the author of a comment when it receives a reply.
Here is how the code looks so far:
...
0
votes
2answers
80 views
Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
I have updated my permalink structure to /archive/%post_id%, but if someone uses a URL like /archive/456857 instead of the full URL of /blog-test, WordPress shows the post without giving a 301 to the ...
2
votes
1answer
224 views
How do I override the Message-ID header of wp_mail function?
I have a custom notification function for our comments editor, who prefers to have all comments from one article threaded together in her email client. To achieve this, I'm creating a custom ...
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 ...
0
votes
1answer
394 views
How do I attach an invoice PDF to an email in the Dukapress plugin for Wordpress?
I'm using the eCommerce plugin Dukapress for my WordPress website. I want to attach the invoice PDF to the admin's email, but I'm not sure how to go about this. I'm under the impression that the only ...
