WP Manifestindependent plugin directory
manifest / media / limit-upload

Limit Image Upload archived

Limit the number of uploads on WordPress posts

by Frank Bültge, Ralf Albert · github.com/bueltge/limit-upload · website

15stars
8forks

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/bueltge/limit-upload/archive/refs/heads/master.zip

From the readme

Limit Upload Limit the number of uploads on posts Description Limit the number of uploads from images/attachments on posts/pages and custom post types Installation Requirements WordPress (also Multisite) version 3.3 and later (tested at 3.4) PHP 5.3 Installation 1. Unpack the download-package 1. Upload the file to the /wp-content/plugins/ directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Ready Usage Current have the plugin no settings in the backend of WordPress - a problem of time from my site. But you can simply change the values in the main file limit-image-upload.php. See in the method startlimitimageupload() and change the values on the var $args for your requirements. Screenshots Message for to much uploads in WordPress 3.4 Reduce the tabs on media uploader in WordPress 3.4 Other Notes Licence Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plug

Read the full README on GitHub →