-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduction to WP-Cron #3018
Comments
Lesson Development Checklist
|
@CrochetFeve0251 In reviewing the Cron module, I realized I left out an important introduction lesson, so I've added it here with the lesson description/objectives. Would you be okay with starting with this one first? |
@jonathanbossenger Yes that would be fine for you |
I added a first version from the script: wptrainingteam/learn-wp-content#18 Tell me if you think I should add more on these two points:
|
Thanks @CrochetFeve0251. I will be reviewing the script this week, and I'll get back to you. |
When you switch to talking about cron in general, I wonder if there needs to be more of a bridging sentence as to why this is relevant in the relation to wp-cron. You do mention this at the end of the section, but I'm wondering if it should start with this?
|
Tutorial/Lessons Review ChecklistPlease tick all items you've confirmed:
The script covers all necessary points, and is easy to understand. Here are a few additional points that I believe improve the script, making it more suitable for developer documentation: Introduction to WP CronWP-Cron is WordPress's built-in task scheduling system. It allows developers to schedule tasks (e.g., publishing scheduled posts, sending emails, or running periodic updates) without relying on server-level cron jobs. WP-Cron is not a "real" cron system. Instead, it relies on website traffic to trigger scheduled tasks. How WP-Cron Works: Request Flow
Example: Scheduling a Task with WP-Cron
|
Details
Learning Objectives
Related Resources and Other Notes
Automation Code
//lesson
The text was updated successfully, but these errors were encountered: