Skip to content

Instantly share code, notes, and snippets.

@uptimizt
Last active August 14, 2018 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uptimizt/3703728a389847da8e1dfa0de18d427d to your computer and use it in GitHub Desktop.
Save uptimizt/3703728a389847da8e1dfa0de18d427d to your computer and use it in GitHub Desktop.
Добавляем команду запуска крона
#!/bin/bash
crontab -l | { cat; echo "*/1 * * * * curl http://site.lcl/wp-cron.php?doing_wp_cron > /dev/null 2>&1"; } | crontab -
define('DISABLE_WP_CRON', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment