php -q /home/user/file.php --foo=bar
Showing 1 lines of 14 total lines in this snippet.
php -q /home/user/file.php --foo=bar
Showing 1 lines of 14 total lines in this snippet.
define('DISABLE_WP_CRON', true);
Showing 1 lines of 5 total lines in this snippet.
*/5 * * * * php -q /home/user/script.php > /dev/null 2>&1
Showing 1 lines of 3 total lines in this snippet.
*/20 * * * * php -q /home/user/script.php | mail -s "Email Subject" you@yourdomain.com
Showing 1 lines of 3 total lines in this snippet.