• Greetings! Do I need to “require” registration.php to be able to call username_exists(). I’m completely new to this (and I haven’t run across any really good plugin development sites, posts, or even discussions — just the basics), and I’m modifying an LDAP plugin for anonymous access. I get errors regarding this function, and I can certainly get them to disappear by using a require statement, but that seems to go against the logic of WordPress plugin development. A nice informative answer by someone regarding how inbuilt functions are accessed would be really cool. Thanks!

Viewing 1 replies (of 1 total)
  • you should not have to use ANY includes if your building a plugin thats going to use a wp function, no. You might need to declare some globals, but no, no included are necessary

Viewing 1 replies (of 1 total)

The topic ‘username_exists function — plugin development’ is closed to new replies.