Skip to content
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

Scheduling WP Cron Events #2729

Open
jonathanbossenger opened this issue Jul 19, 2024 · 5 comments
Open

Scheduling WP Cron Events #2729

jonathanbossenger opened this issue Jul 19, 2024 · 5 comments
Assignees

Comments

@jonathanbossenger
Copy link
Collaborator

jonathanbossenger commented Jul 19, 2024

Details

  • Content type (Online Workshop, Lesson, Course, Tutorial, or Lesson Plan): Lesson
  • Content title: Scheduling WP Cron Events
  • Topic description: Learn how to hook your plugin functionality into WP Cron to create your own custom events
  • Audience (User, Developer, Designer, Contributor, etc.): Developer
  • Experience Level (Beginner, Intermediate, Advanced, Any): Intermediate

Learning Objectives

  • Explain how to schedule a custom plugin event with the WP Cron scheduler
  • Describe how to unscheduled events if they are no longer needed

Related Resources and Other Notes

Automation Code

//lesson

@CrochetFeve0251
Copy link

PR for the script #2729

@jonathanbossenger
Copy link
Collaborator Author

@jonathanbossenger jonathanbossenger moved this from 👋 Ready to Create to 🔎 Ready for Review in LearnWP Content - Development Dec 16, 2024
@digitalchild
Copy link
Contributor

digitalchild commented Dec 20, 2024

0:25 The screen for the plugin header is a little bit fast on the transition.

5:33 For checking if your event has been scheduled, would it be better to use WP CLI wp cron event list so there are fewer steps, and it's much cleaner output. I would say it is easier than grabbing and unserializing data to find your event.

The speed of the lesson is very good. Very easy to follow.

  • Learning outcomes/objectives are clear.
  • Technical concepts introduced in the content are accurate.
  • The speed of demonstrations are easy to follow.
  • The narration audio matches what is shown visually.
  • Spelling and grammar are correct.
  • Sound quality is consistent throughout the video.
  • Brand Usage Guidelines and Promotional Guidelines are being followed.
  • Media assets are all in the public domain (CC0).

@benazeer-ben
Copy link

Tutorial/Lessons Review Checklist

Please tick all items you've confirmed:

  • Learning outcomes/objectives are clear.
  • Technical concepts introduced in the content are accurate.
  • The speed of demonstrations are easy to follow.
  • The narration audio matches what is shown visually.
  • Spelling and grammar are correct.
  • Sound quality is consistent throughout the video.
  • Brand Usage Guidelines and Promotional Guidelines are being followed.
  • Media assets are all in the public domain (CC0).

Leave an additional comment below with feedback. You can also share what you liked about this Tutorial.

The script looks good and well explained with all required steps and instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔎 Ready for Review
Development

No branches or pull requests

4 participants