Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/bulk-actions-cron-offload
Offload Core's Bulk Actions operations to cron tasks
https://github.com/automattic/bulk-actions-cron-offload
wp-cron
Last synced: 17 days ago
JSON representation
Offload Core's Bulk Actions operations to cron tasks
- Host: GitHub
- URL: https://github.com/automattic/bulk-actions-cron-offload
- Owner: Automattic
- Created: 2017-03-01T05:09:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T01:17:52.000Z (about 7 years ago)
- Last Synced: 2024-12-12T20:15:09.108Z (21 days ago)
- Topics: wp-cron
- Language: PHP
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk Edit Cron Offload #
**Contributors:** ethitter, automattic
**Tags:** cron, bulk edit
**Requires at least:** 4.8.1
**Tested up to:** 4.9
**Stable tag:** 1.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.htmlProcess Core's Bulk Edit requests using Cron
## Description ##
Process Core's Bulk Edit requests using Cron, rather than via a `$_GET` request.
## Installation ##
1. Upload the `bulk-edit-cron-offload` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress## Frequently Asked Questions ##
### A question that someone might have ###
An answer to that question.
## Changelog ##
### 1.0 ###
* Initial release