Tag: mike mclin

  • Use a single Users table for multiple WordPress sites

    Use a single Users table for multiple WordPress sites

    Using a single users table for WordPress seems like an easy task at first. You add the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE constants to your wp-config.php file and you are apparently off to the races; or are you? What seems like a simple task becomes more involved when we realize that WordPress doesn’t handle creating user roles…