Cron trigger using a page the subscriber does not visit
-
Hello,
There is something I don’t understand about cron, I would be glad if you could help me.
On a plugin page, I am trying to send a message to the admin if certain events occur (e.g. after 4 days). The problem is: If the subscriber does not visit the page, the message is not sent. So it should load the page at least once.
The question I want to ask is: How should I use Cron here? There are many codes and controls that I have added on the page. So there is no single function. As far as I understand, Cron only runs the function. Is there a way to run the page (related php file)? Or would it be sufficient to just run the function that sends the message?
- The topic ‘Cron trigger using a page the subscriber does not visit’ is closed to new replies.