For WordPress site owners wishing to use real cron via a crontab job, it’s fairly common to see advice to use curl to request the site’s wp-cron.php
file on a regular basis.
In the days before the WordPress CLI (WP-CLI), using the wp-cron.php
file was the only technique available to site owners wishing to use real cron events.