# Create user automatically in Discourse when they sign up in Wordpress?

**URL:** https://meta.discourse.org/t/create-user-automatically-in-discourse-when-they-sign-up-in-wordpress/58494
**Category:** WordPress
**Created:** [3월 6, 2017, 7:35오후 UTC](https://meta.discourse.org/t/create-user-automatically-in-discourse-when-they-sign-up-in-wordpress/58494 "2017-03-06T19:35:34Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [9월 8, 2017, 5:18오전 UTC](https://meta.discourse.org/t/create-user-automatically-in-discourse-when-they-sign-up-in-wordpress/58494/19 "2017-09-08T05:18:17Z")

</div>

> [@MattCHM](#):
>
> How do we find out what the site prefix is?

The site prefix is just a unique key that you use to prefix functions on your site. It’s used to avoid naming collisions when PHP namespaces aren’t being used. You can set it to anything that’s allowable in a PHP function name., for example `matt_chm_discourse_email_verification`.

> **[Best Practices – Plugin Handbook | Developer.WordPress.org](https://developer.wordpress.org/plugins/plugin-basics/best-practices/)**
>
> Here are some best practices to help organize your code so it works well alongside WordPress core and other WordPress plugins. Avoid Naming…

---

_[View the full topic](https://meta.discourse.org/t/create-user-automatically-in-discourse-when-they-sign-up-in-wordpress/58494)._
