WACK Cloudinary
WACK Cloudinary is a WordPress plugin to upload the media files to Cloudinary.
by KODANSHAtech LLC. · github.com/kodansha/wack-cloudinary · website
★ 0stars
75composer 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/kodansha/wack-cloudinary/archive/refs/heads/main.zipAlso on Packagist as kodansha/wack-cloudinary:
composer require kodansha/wack-cloudinaryFrom the readme
WACK Cloudinary
WACK Cloudinary is a WordPress plugin to upload the media files to Cloudinary.
It hooks into the WordPress wphandleupload
and when a media file is uploaded, it also uploads the file to Cloudinary.
It is created with the intention of being used with the WACK Stack, but it can also be used with other WordPress installations.
[!IMPORTANT]
This plugin does NOT replaces neither the media URLs in the content nor the URLs in the media library. This means you have to manually replace the URLs when displaying the media to users.
Installation
- Requires PHP 8.2 or later
- Requires WordPress 6.0 or later
- Requires Composer
Using Composer
[!NOTE]
This plugin is not available on the WordPress.org plugin repository.
For the moment, the only way to install it is to use Composer.
How to use
Pre-requisites
You need to set up the Cloudinary account and set the credentials in the environment variables.
[!TIP]
It strongly recommended to use the .env file to set the environment variables, especially in the local development environment.
Configuration
You might want to define settings through the WACKCLOUDINARYSETTINGS constant:
Upload media files
After setting th
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.