• Thank you for this plugin.
    Well one downside to this plugin is that you can increase the upload size to max 1 GB.
    If anyone wants to increase it to more than that, manually update the wp-upload-max-file-size.php file.
    Replace code with this line:
    $upload_sizes = array(16, 32, 64, 128, 256, 512, 1024);
    to
    $upload_sizes = array(16, 32, 64, 128, 256, 512, 1024, 2048 or any number);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great Plugin’ is closed to new replies.