ndigitals/wp-local-media-proxy

Proxy images on a local development WordPress site from a remote server.

Installs: 11 419

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 5

Type:wordpress-muplugin

1.1.1 2022-08-19 18:27 UTC

This package is auto-updated.

Last update: 2024-04-15 02:47:17 UTC


README

Proxy images on a local development WordPress site from a remote server.

Documentation

Installation

Via Composer

  1. Add the package as a Development dependency. composer require --dev ndigitals/wp-local-media-proxy.

Manually

  1. Download the main plugin file, wp-local-media-proxy.php to your local machine.
  2. Upload the main plugin file to the wp-content/mu-plugins/ directory on your site.

Configuration

You will need to define the constant LOCALDEV_USE_REMOTE_MEDIA_URL either in your wp-config.php file or in your .env file when using the PHP dotenv package.