media-usage

Beschreibung

Dieses Plugin wurde mit dem 12. August 2021 stillgelegt und ist nicht zum Download verfügbar. Grund: Sicherheitsproblem.

Rezensionen

27. Februar 2017 4 Antworten
We acquired a fairly large site with about 1,500 media items and we really wanted to prune those back and find all files that were actually being used. This plugin did exactly that! Installation and activation were easy, just clicks of a button. The plugin explicitly notes that only Apache is currently supported so for our Nginx sites we had to create a custom rule (which we're used to with anything that needs to write to .htaccess). Here's the Nginx rule that we used: location ~ /wp-content/(.*)\.(jpe?g|png|gif)$ { rewrite ^(.*)$ /index.php?meow_media_handler=$1 last; } We know most of the content isn't delivered via JS so we then just scanned the site with Xenu and found exactly what we needed to know! Very helpful and we're looking forward to this possibly being merged into Media Cleaner.
Alle 1 Rezension lesen

Mitwirkende & Entwickler

„Media Usage“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Media Usage“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.