Invite User Link is a WordPress plugin that provides a way to share private photo albums with individual users.
The plugin is stored in the build folder. There are compressed and uncompressed versions.
Install the zip file or extract the zip file and copy its contents to the wp-content/plugins
folder.
Activate the plugin.
The plugin adds a menu item to the Settings menu. It is advisable to review and, if desired, update these settings after activating the plugin.
Generate an invitation link from the settings page.
Please review the CONTRIBUTING.md file if you are interested in helping develop or maintain this plugin. Also, please be aware that contributors are expected to adhere to the CODE_OF_CONDUCT.md and use the PULL_REQUEST_TEMPLATE.md when submitting code.
You will need npm and phpcs to get started. Use npm install
to install gulp and other libraries
required to help package the plugin for publishing. Source files are in the source
folder. The
code style is defined in the phpcs.xml
file and requires phpcs
to validate the code.
The WordPress plugin Invite User Link is open-sourced software licensed under the ISC license.