Hi, In my plugin I have an admin side function which can be run by admin for taking backup. Same function is called by cron, which I have set up.
Cron is running as I have set an email on it.
I have also set multiple email in main function, but when I manuaaly take backup I got all mails but when function is run through cron I got no emails which are inside that function. So I am not able to debug where cron fails to run my backup function as it is working very fine manually.
Please help me.
Thank you.