Patch to Limit maximum posts in a day
-
Hi,
Great plugin.
I added a feature where it limits the number of posts allowed in a day. Basically, it checks how many posts are already published/scheduled in a day. If the quantity is greater than or equal to the limit then it skips that day.
Reason for adding this feature is I don’t want to have more than x number of posts published per day. Say, I only want to publish 5 posts per day.
I also made the following additional changes:
– changed the constructor from DraftScheduler to __construct
– set a time limit of 900 seconds in ifdsManagePg()I hope this makes sense.
How would you like me to send the patch?
Thanks.
Mike
- The topic ‘Patch to Limit maximum posts in a day’ is closed to new replies.