WP Manifestindependent plugin directory
manifest / utilities / upload-memory-limit

FiveMoreTalents - Upload Memory Limit

This WordPress plugin sets the maximum upload file size limit to 100MB to prevent upload errors and improve site stability.

by Five More Talents · github.com/fivemoretalents/upload-memory-limit

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/fivemoretalents/upload-memory-limit/archive/refs/heads/main.zip

This WordPress plugin sets the maximum upload file size limit to 100MB to prevent upload errors and improve site stability.

Description

The plugin uses the upload_size_limit filter to increase the default WordPress upload size limit to 100MB. This helps in uploading larger files without encountering size restrictions, potentially reducing memory-related issues during uploads and improving overall performance.

Note: The actual upload limit may still be constrained by server settings, PHP configuration, or hosting provider limits.

Installation

  1. Upload the plugin files to the /wp-content/plugins/upload-memory-limit directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.

Requirements

  • WordPress 4.0 or higher
  • PHP 8.0 or higher

Changelog

1.0.0

  • Initial release: Sets upload size limit to 100MB.