as I know wp_schedule_event() relies on wp-pseudo-cron, which depends on blog visitors traffic. If there is no traffic on the blog the cron job will not be performed in time. I am having a problem with this issue. I wonder if it is possible to schedule real *nix Cronjob execute wp-pseudo-cron on hourly/daily basis?
Just came to a thought. Will WP pseudo cron work properly if I set REAL cron in my CPanel to execute /wordpress/wp-cron.php (I guess this is pseudo cron file, right?) to run, for example, each hour or 30 minutes?
Dennis.
P.S. What I am trying to do is to update my blog even if there are NO visitors coming.