Using custom_user_table
-
Hi,
I’ve used custom_user_table and custom_usermeta_table successfully, however I would like to be able to use it twice, which in doing so I have noticed it only takes the WordPress table prefix for the first value that you input, meaning I cannot use:
define('CUSTOM_USER_TABLE', 'wpnwf_users','wpnwm_users' ); define('CUSTOM_USERMETA_TABLE', 'wpnwf_usermeta','wpnwm_usermeta' );
twice.
I need to be able to pull users from two WordPress websites to one other WordPress website. I am currently using one database for all three sites with three different table prefixes for each site.
Can anyone help? Either a solution to using the above code twice or a plugin that will solve my problem?
- The topic ‘Using custom_user_table’ is closed to new replies.