You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run all cron events due right now across all sites in a multisite
225
+
$ wp cron event run --due-now --network
226
+
Executed the cron event 'cron_test_1' in 0.01s.
227
+
Executed the cron event 'cron_test_2' in 0.006s.
228
+
Success: Executed a total of 2 cron events across 3 sites.
229
+
221
230
222
231
223
232
### wp cron event schedule
@@ -387,6 +396,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
387
396
388
397
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
389
398
399
+
### License
400
+
401
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
402
+
390
403
## Support
391
404
392
405
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
0 commit comments