Linux 软件免费装

WP EDD Addons API

开发者 alessandro.tesoro
更新时间 2016年6月30日 18:56
PHP版本: 4.3 及以上
WordPress版本: 4.6.0
版权: GPLv2 or later
版权网址: 版权信息

标签

rest edd easy digital downloads rest api freemium addons

下载

1.0.0

详情介绍:

This is a plugin built specifically for developers that use Easy Digital Downloads to sell add-ons for freemium WordPress plugins. It's often the case that freemium plugins have an "add-ons" page within the wp-admin panel that shows a list of all add-ons available for a plugin. In most cases the list is retrieved from an RSS or json feed. WP EDD Addons API provides an easy way to mark EDD products as "add-ons" and exposes all of them through a new route within the WordPress REST API without the need to manually code the feed. Once installed, all products marked as add-ons are available through the wp-json/wp/v2/edd-addons route. Example: http://example.com/wp-json/wp/v2/edd-addons Some info for developers

安装:

All products marked as add-ons are available through the wp-json/wp/v2/edd-addons route. Example: http://example.com/wp-json/wp/v2/edd-addons

屏幕截图:

  • json output example from the api.
  • Option to set downloads as add-ons.

更新日志:

1.0.0 Just released ;)