ndigitals/wp-local-media-proxy

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

Installs: 20 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 4

Forks: 1

Open Issues: 5

Type:wordpress-muplugin

1.1.1 2022-08-19 18:27 UTC

This package is auto-updated.

Last update: 2025-01-15 04:33:20 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.