Skip to content

Ensures compatibility between Beaver Builder and Human Made's S3 Uploads plugin.

Notifications You must be signed in to change notification settings

liquidweb/beaverbuilder-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beaver Builder + Amazon S3

Human Made has a fantastic plugin for automatically offloading WordPress uploads to Amazon S3, but the process involves rewriting the results of wp_upload_dir(), which is used by plugins and themes to determine where the site's uploads/ directory lives. Beaver Builder, meanwhile, writes its cache to disk for improved performance; it's preferred cache directory? uploads/bb-plugin/cache. Starting to see a problem?

This plugin ensures that Beaver Builder is still able to write to the local filesystem, while attachment media is still uploaded to and served from Amazon S3.

Installation

Clone or download this repository into your site's plugin directory (wp-content/plugins by default), then activate the plugin via the "Plugins" screen within the WordPress admin panel.

This plugin may also be installed as a "must-use" (MU) plugin — simply copy beaverbuilder-s3.php into wp-content/mu-plugins — no activation necessary!

About

Ensures compatibility between Beaver Builder and Human Made's S3 Uploads plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages