• Hello, looking @ my error.log I found that plugin generates a warning:
    Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /var/www/vhosts/csi2000lnx.it/siti/www.federacciai.it/wp-includes/functions.php on line 4136.
    After some debug using Query Monitor plugin it reports :

    register_uninstall_hook()
    wp-content/plugins/user-access-manager-private-public-extension/user-access-manager-private-extension.php:86

    that line (86) contains:
    // uninstall
    if (function_exists(‘register_uninstall_hook’)) {
    register_uninstall_hook(__FILE__, array(&$uamPe, ‘deactivate’));
    }

    Can you help me to solve this issue?
    Thanks

The topic ‘Php Warning’ is closed to new replies.