Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmandersen/wordpress-async-actions
A Wordpress plugin for enabling asynchronous actions
https://github.com/cmandersen/wordpress-async-actions
Last synced: 11 days ago
JSON representation
A Wordpress plugin for enabling asynchronous actions
- Host: GitHub
- URL: https://github.com/cmandersen/wordpress-async-actions
- Owner: cmandersen
- License: gpl-2.0
- Created: 2015-02-26T20:22:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T20:33:47.000Z (over 9 years ago)
- Last Synced: 2023-08-09T15:23:25.702Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress Async Actions
To use this plugin, you install it the way you usually install a wordpress
plugin.This plugin does not enable asynchronous actions just like that, but it
enables you to add "_async" to your action calls, and the action will be
called asynchonously.Where you normally would write `do_action('some.action')`, you can now write `do_action('some.action_async')`, and the action will be carried out, without your user being bothered.