Page no: C27a
Explanation |
Videos and Pics
|
Author Custom Field
|
Custom code
We added some parts of custom code into the code.
The functions, which we extend are three:
Lift limits
MailPoet have limit from 2000 users and after that it stops working. It stops sending and adding new subscribers. We remove this limit, but this caused changing in more than 10 files.
Tags
Currently we use tag “newsletter” for adding content into our newsletter. There was a bug in this. It simply didn’t work. We needed to fix it. Now it is working fine without any troubles. The problem was in base.php
Sending one post again and again
The base mailpoet doesn’t have such a function. So we need to make. We want sometimes to send one post again after a while. So we needed to recreate this functionality. Now it is working fine. The changed files are more than 5.
See more for