hi,
thanks for your reply.
I don’t really understand what do you mean.
do you mean set new commands to cron job like this https://imgur.com/ogrxEZ3 ?
is there something I need to add or edit in my wp-cron.php file?
Edit: I think the problem is, I dont set any functions to my cron hook. Can you tell me function code to pull image?
ex/:
add_action( ‘wpb_custom_cron’, ‘wpb_custom_cron_func’ );
function wpb_custom_cron_func() {
wp_mail( ‘[email protected]’, ‘Automatic email’, ‘Automatic scheduled email from WordPress to test cron’);
}
-
This reply was modified 4 years, 7 months ago by wisnuwrdhna.
-
This reply was modified 4 years, 7 months ago by wisnuwrdhna.