Tagged Questions
1
vote
0answers
59 views
wp_schedule_single_event function not working
I am testing the wp_schedule_single_event function and it is currently not working on my upgraded version of wordpress.
It looks like the event is being scheduled but the code in my hook is never ...
2
votes
1answer
72 views
Long running action from plugin
I'm creating a WordPress plugin that will copy posts data to a remote database, I know it will take a while to transfer all the posts.
How should I create copy functionality so it won't timeout? ...
1
vote
0answers
14 views
How ( and mostly at what time ) can i prevent the alternate cron from running?
I'm using the alternate cron version, but i need to prevent it from running on some calls, how can i do this?
In the cron.php file i've seen on line 225
if ( defined('ALTERNATE_WP_CRON') && ...
1
vote
1answer
196 views
How to make sure a wp-cron job runs
I am using a plugin to send emails to a relatively large email list. Because we have a low per-hour email threshold from our host we have to use a setting in the plugin to throttle the emails down to ...
0
votes
2answers
326 views
Cron Job not working in plugin
I have written a plugin that will convert posts to excel format and then email the .xls to an email id. I can make it work with when function is declared in functions.php but does not work with ...
0
votes
3answers
511 views
What causes wp_schedule_single_event to fire off?
This isn't as simple of a question as you may think. Basically I have a C# program that is hitting the worpdress site and the wp_schedule doesn't seem to fire off. If I go to the site with my firefox ...
0
votes
1answer
508 views
How to set intervals in cron jobs?
I am having a unmanaged VPS, where my wordpress site is hosted, I am also using WP-ROBOT 3 plugin for auto posting, I want it to do auto post through cron jobs,
According to the documentation of the ...
1
vote
2answers
214 views
Posts wont expire
I am having some trouble with scheduling posts to automatically expire (either by deleting or going to draft), every plugin I have tried does nothing and when it reaches the scheduled time nothing ...