PHP Code to add subscriber
-
We were using a function hooked into the save_post action to add a comment subscription.
It subscribes an email address that is not the article author but stored in a custom field.The function has recently stopped working after an upgrade
The relevant line is:
new comment_mail\sub_inserter($sub_insert_data);
What should we be using?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Code to add subscriber’ is closed to new replies.