WP CRON on shared hosting that does not allow loopback connections?

You could just try the alternate WP Cron method, which doesn’t require loopbacks.

Add define('ALTERNATE_WP_CRON', true); to your wp-config.php file.