pfefferle / wordpress-webactions
Adds WebAction support to some WordPress core features.
Fund package maintenance!
notiz.blog/donate
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 1
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-11-14 21:07:02 UTC
README
Contributors: pfefferle
Donate link: https://notiz.blog/donate/
Tags: webactions, indieweb
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Webactions for WordPress!
Description
A Webaction is the interface and user experience of taking a specific discrete action, across the web, from one site to another site or application.
Changelog
Project maintained on github at pfefferle/wordpress-webactions.
1.0.0
- initial
Installation
Run the following command in the root of your WordPress directory:
$ composer require pfefferle/wordpress-webactions
or add the following to your composer.json
:
"require": {
"pfefferle/wordpress-webactions": "1.*"
}