• If we talk about plugin called “resize-on-upload”, as shown in the link below…than:

    It does what it says very easy…It resize the image-upload just to the size you want.
    And does the work perfect.

    Using this old plug since years….it’s not updated…so it will first put same warnings.

    just change a few details in resize-on-upload.php
    It is the same script as seen here:
    https://github.com/rtgibbons/bya.org/blob/master/wp-content/plugins/resize-on-upload/resize-on-upload.php

    line 37 replace with:
    public static function add_config_page() {

    line 45 replace with:
    public static function config_page() {

    and finally line 40 replace with:
    add_options_page(‘Resize-on-Upload Configuration’, ‘Resize-on-Upload’, ‘delete_users’, basename(__FILE__), array(‘ROU_Admin’,’config_page’));

    and now it’s ready vor php 7.2 and further….

    enjoy!

  • The topic ‘resize-on-upload: works great’ is closed to new replies.