Type in documentation about cron

Hi @sebastian-moran,

On A Deep Dive into WP-Cron: Enhancing Scheduler Efficiency in WordPress - MainWP WordPress Management there’s a typo in a wget command that prevents cron jobs to execute.

wget -q -O – https://yourdomain.com/wp-cron.php?doing_wp_cron

should be:

wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron

I know it’s hard to see, but the dash after -O should be a regular one (en dash) instead of a longer em dash.

Can you please fix that?

Thanks!

Jos Klever
Web Support

2 Likes

The article has been updated.

2 Likes

I still see the em dash. Maybe it’s caching that needs to be cleared?

2 Likes

@sebastian-moran Can you please clear the page’s cache? The error is still visible.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.