WP Manifestindependent plugin directory
manifest / developer / do-not-load-images-for-wordpress

Do Not Load Images

This extremely lightweight plugin stops any images from loading so browser environment's don't hang when developing locally.

by Matt Welland · github.com/matt-welland/do-not-load-images-for-wordpress

0stars
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/matt-welland/do-not-load-images-for-wordpress/archive/refs/heads/main.zip

Readme

Do Not Load Images for Wordpress

This extremely lightweight plugin stops any images from loading so browser environment's don't hang when developing locally.

Note: This plugin is for a staging environment only, do not install/leave installed on a production environment. I am not responsible for any security vulnerabilities or problems due to this plugin. This is a dev tool.

How to run

No steps, having the plugin running works.

How to install

  1. Clone this repository (Skip to step 3 if downloading as a .zip)
  2. Zip the repository
  3. Navigate to your Plugins dashboard in your Wordpress environment
  4. At the top, click "Install" and then upload your file

Read the full README on GitHub →