Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: My New plugin needs Help

    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?

    Thread Starter dennis2000

    (@dennis2000)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)