• Resolved Geotonics

    (@geotonics)


    In version 1.6.1 I’m getting this notice: upgrade-functions.php is deprecated since version 2.5! Use wp-admin/includes/upgrade.php instead.

    On line 33 of
    wp-content/plugins/hide-my-site/includes|security.php
    I changed require_once(ABSPATH . ‘wp-admin/upgrade-functions.php’);
    to require_once(ABSPATH . ‘wp-admin/includes/upgrade.php’);

    This fix works, but I have to make this same change every time the plugin updates. Its a mystery to me why the plugin author doesn’t just fix it.

    God I hate the wordpress forums. As far as I can see, the search searches all plugins. Does anyone know a way I can search the topics within 1 plugin?

    https://wordpress.org/plugins/hide-my-site/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘upgrade-functions.php is deprecated’ is closed to new replies.