Real Cron Job, Shebang, edit wp-cron.php, Update safe?
-
Hello there,
I am trying to set up an hourly cron job. It’s set to execute wp-cron.php once every hour. My hosting company’s support told me to add a “shebang” to the wp-cron.php file:
#!/usr/bin/php5.4
Now, I am wondering if that line (1st line) will be overwritten in WP updates?
I’ve disabled wp-cron in wp-cofig-php:
define(‘DISABLE_WP_CRON’, true);
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Real Cron Job, Shebang, edit wp-cron.php, Update safe?’ is closed to new replies.