Download the PHP package underpin/cron-job-loader without Composer
On this page you can find all versions of the php package underpin/cron-job-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download underpin/cron-job-loader
More information about underpin/cron-job-loader
Files in underpin/cron-job-loader
Download underpin/cron-job-loader
More information about underpin/cron-job-loader
Files in underpin/cron-job-loader
Vendor underpin
Package cron-job-loader
Short Description Cron Job Loader for Underpin
License GPL-2.0-or-later
Package cron-job-loader
Short Description Cron Job Loader for Underpin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package cron-job-loader
Underpin Cron Job Loader
Loader That assists with adding cron jobs menus to a WordPress website.
Installation
Using Composer
composer require underpin/loaders/cron-jobs
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-cron-jobs/cron-jobs.php');
Setup
- Install Underpin. See Underpin Docs
- Register new cron jobs menus as-needed.
Example
A very basic example could look something like this.
Alternatively, you can extend Cron_Job
and reference the extended class directly, like so:
All versions of cron-job-loader with dependencies
PHP Build Version
Package Version
Requires
underpin/underpin Version
^2.0
The package underpin/cron-job-loader contains the following files
Loading the files please wait ....