Skip to content

Instantly share code, notes, and snippets.

@mklasen
Created December 4, 2019 08:27
Show Gist options
  • Save mklasen/a5b1ff9bb5930922ad3ffd89b121b611 to your computer and use it in GitHub Desktop.
Save mklasen/a5b1ff9bb5930922ad3ffd89b121b611 to your computer and use it in GitHub Desktop.
Run cronjobs for all sites via WP-CLI
wp site list --field=url | xargs -n1 -I % wp --url=% cron event run --due-now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment