ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

EDD Mark As Addon

აღწერა

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.

EDD Mark As Addon 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 add-ons are cached into the wp_edd_addons_api_cached transient. The transient is deleted each time a download is updated or created.
  • You can modify the query $args for the REST API through the filter wp_edd_addons_api_query.

დაყენება

  • Install the plugin like any other WP plugin.
  • Create or edit a download and enable the option “Mark download as add-on and expose in rest api.”.

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

ხდკ

None yet.

Installation Instructions
  • Install the plugin like any other WP plugin.
  • Create or edit a download and enable the option “Mark download as add-on and expose in rest api.”.

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

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“EDD Mark As Addon” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ EDD Mark As Addon თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0.0

Just released 😉