Changes between Version 1 and Version 2 of Ticket #6930, comment 1
- Timestamp:
- 03/01/2016 08:00:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6930, comment 1
v1 v2 2 2 https://github.com/techcrunch/wp-async-task 3 3 4 This handles a lot of the grunt work with offsetting tasks to another page load. 4 This handles a lot of the grunt work with offsetting tasks to another page load. The good thing is this technique is not limited to just emails. 5 5 6 6 `6930.wp-async-task-example.patch` is an example replacing the activity mentions sending code to run asynchronously with the `WP_Async_Task` class.