Launchpad is a framework for WordPress plugin that allows you to create a modern PHP plugin in no time.
GNU General Public License v2.0
22
stars
0
forks
source link
Simplify the CRON usage within Launchpad and WordPress #21
Open
CrochetFeve0251 opened 4 months ago
Is your feature request related to a problem? Please describe. Currently, registering a CRON is something heavy process.
First, we need to register a period of time to make it run on a custom schedule.
Second, we need to handle the CRON job itself.
Finally, we need to create a callback with the logic that will be executed.
Describe the solution you'd like We need to find a solution where we only need to register the CRON callback and mark it as a CRON.