=== Task Scheduler (beta) === Contributors: Michael Uno, miunosoft Donate link: http://en.michaeluno.jp/donate Tags: access, tool, background, backend, server, admin, task, management, system, event, scheduler, Requires at least: 3.7 Tested up to: 3.9.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides a task management system. == Description == Do you have specific tasks which need to run at your desired time? Do you use WordPress as a proxy to fetch feed or generate data from external sources? As WordPress has evolved into a phase of application platforms, a more enhanced task management system needed to emerge. Currently, with WP Cron, if you register 1000 tasks to run immediately and one of them stalls, it affects all the other actions preventing them from being loaded at the scheduled time. Also, the scheduled tasks won't be triggered if there is no visitor on the site. The goal of this plugin is to resolve such issues and become the perfect solution for WordPress powered back-end application servers to provide full-brown API functionalities.

What it does

- creates periodic background access to the site. - triggers tasks registered by the site owner at desired time.

Built-in Actions

- Delete Posts - Performs bulk deletion of posts based on the post type, post statuses, taxonomy, and taxonomy terms. - Send Email - Sends email to specified email addresses.

Extensible

This is designed to be fully extensible and developers can add custom modules including actions and occurrence types. Some of the possibilities of custom modules include bulk post status change (post expiration), compress files in a certain directory and send it as an email attachment, clean up transients etc. If you need a custom module, let us know it! == Installation == = Install = 1. Upload **`task-scheduler.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory., 2. Activate the plugin through the `Plugins` menu in WordPress. = How to Use = 1. Define a `Task` via **Dashboard** -> **Task Scheduler** -> **Add New Task** 2. In the task listing table, toggle on and off. == Other Notes == == Frequently Asked Questions == = Why Do I need this? = This is mostly for site admins who need total control over the server behavior. If you use WordPress just to publish articles, you won't need this. = Found a bug. Where can I report? = Please use the [GitHub repository](https://github.com/michaeluno/Task-Scheduler) of this plugin. == Screenshots == 1. ***Task Listing Table*** 2. ***Wizard*** 3. ***Settings*** == Changelog == = 1.0.0 = - Initial release.