I want a php page on my site to be executed every XX:YY where XX is hours and YY are minutes...
Is there an easy way to do that? maybe a plugin?
I want a php page on my site to be executed every XX:YY where XX is hours and YY are minutes...
Is there an easy way to do that? maybe a plugin?
You should setup a cron job.
how do you do that in a child theme?
You can set it up directly in cPanel, if you use it.
There used to be plugins that did that, but if this is a php file that is separate from WP, then you should use cron via your host's control panel.
You must log in to post.