• Resolved apasionados

    (@apasionados)


    Hi there,

    In order to make the plugin run in WordPress 4.3.x you have to change following line 33:

    $dir = ABSPATH . UPLOADS;
    to
    $upload_dir = wp_upload_dir(); $dir = $upload_dir['basedir'];

    You will still get some errors in the WordPress administration while it is active:

    array() expects parameter 1 to be a valid callback, function 'register_dlthumbs_custom_options_settings' not found or invalid function name in /htdocs/wp-includes/plugin.php on line 503

    Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-includes/plugin.php:503) in /htdocs/wp-includes/option.php on line 787

    Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-includes/plugin.php:503) in /htdocs/wp-includes/option.php on line 788

    But it will do the job.

    Once you have deleted all thumbnails just deactivate the plugin.

    https://www.ads-software.com/plugins/delete-thumbnails/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you @apasionados ??

    Plugin Author David Sword

    (@davidsword)

    Thank you @apasionados contributing resolves for the issues.

    Sorry about this, it was a rushed-and-forgetten project >3 years ago.

    Please note I’ve overhauled the plugin, completely rewrote it, and properly this time. It shouldn’t cause any headaches, and I appreciate your contribution – as well the user interface is better, detection of an image has improved, option to exempt items added, and so on.

    Thread Starter apasionados

    (@apasionados)

    Great to hear that. We will have a look.

    Best regards from Spain.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the plugin run in WordPress 4.3.x’ is closed to new replies.