saas786 / hybrid-action-scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid Action Scheduler

A background processing package for the Hybrid Core framework.

Requirements

  • WordPress 6.3.1+.
  • PHP 8.0+ (8.1+ recommended).
  • Composer for managing PHP dependencies.

Note

Either Action Scheduler plugin should be installed, or install manually.

/*
 * Action scheduler.
 *
 * It needs to be called early because it hooks into `plugins_loaded`.
 *
 * @see https://actionscheduler.org/usage/#loading-action-scheduler
 */
require_once( plugin_dir_path( __FILE__ ) . '/libraries/action-scheduler/action-scheduler.php' );

Copyright and License

This project is licensed under the GNU GPL, version 2 or later.

2008 – 2023 © Theme Hybrid.

About

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%