WP Manifestindependent plugin directory

Holli

Wordpress plugin for the Holli API

by Talpaq · github.com/laemol/holli

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/laemol/holli/archive/refs/heads/master.zip

Declares an update source (https://github.com/laemol/holli), so updates arrive through the plugin's own updater.

From the readme

Holli API WordPress plugin This is a plugin to get products from the Holli API https://tickets-tours.com Setup Place the holli folder in in wp-content/plugins/ opr upload in Wordpress plugin section Activate the plugin in WordPress Plugins Holli Activate Go to Settings Holli and set up your API key (from your backend profile) Usage You can use the shortcode [products] to display Holli products For example: [products area=86 limit=8 button=“More” color="#3CCD5B"] If you would like to use the shortcode multiple times, you need to give it a unique id. If you do not do this all shortcoded will return the same result. For example: [products id=1] and [products id=2] Cache Results from the API are cached for a day. To clear the cache deactivate and activate the plugin or give the shorcode a (new) unique id. Options id Gives the shortcode a unique id. Default value is 41 limit Sets the number of products that will be displayed. Default value is 4. area Display products in a certain area. Default all areas are available. A list of areas is available in the Holli API settings page. recommended Shows only recommended products in random order if set to 1. Default

Read the full README on GitHub →