• – LDAP plugin (wpDirAuth) stopped working when installed this plugin
    – it constantly spams your admin area with stupid messages

    There are so many better alternatives then this.

Viewing 1 replies (of 1 total)
  • It’s because the author is including pluggables.php at the top of the script, which s/he shouldn’t be doing.

    It looks like most of what the author is relying on in pluggables is occurring during his/her plugin activation functions. at that point, pluggables will already be loaded by wordpress, so there really isnt any need to manually load the file. If there is something in there I’m not seeing, just hook that functionality to plugins_loaded so it doesn’t screw with other plugins.

Viewing 1 replies (of 1 total)

The topic ‘worst plugin ever’ is closed to new replies.