Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.