★ 0stars
3composer installs
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/fgms/wp-plugin-vip/archive/refs/heads/master.zipAlso on Packagist as fgms/wp-plugin-vip:
composer require fgms/wp-plugin-vipFrom the readme
VIP Club Plugin
This plugin is used with wp-members to create a system that requires users to sign up as a member to get exclusive vip club member deals.
It has a vip club page which explains how it works with a login.
It also uses the Specials Custom post type from the wp-plugin-cpt.
If not signed in when viewing the special index it only shows public specials.
If you are signed in then the special index shows exclusive VIP Club specials as well.
Has a settings page for inital setup of integration to WP-Members plugin
Has a settings page for WP-Members plugin setup.
Requires
Piklist Plugin
WP-Members docs
wp-theme-twig and child theme
wp-plugin-cpt (Specials Custom Post Type)
Setup
add to composer
run the command
Install WP-Members Plugin
Setup WP-Members Plugin
Setup VIP Club Settings
shortcodes
[vipspecialsactive]
| Attribute | Description |
| --------- | ----------- |
| singular | a string sentence in singular form using %d in string to indicate number of exclusive specials |
| plural | a string sentence in plural form using %d in string to indicate number of exclusive offers |
| zero | a string sentence if there are zero offers |
Usa