[wp-trac] [WordPress Trac] #27047: add a wp_save_user pluggable api for plugin to choose where to save user
WordPress Trac
noreply at wordpress.org
Sun Feb 9 10:44:33 UTC 2014
#27047: add a wp_save_user pluggable api for plugin to choose where to save user
-------------------------------+------------------------------
Reporter: fatihwk | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Users | Version: 3.8.1
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by SergeyBiryukov):
You can use `CUSTOM_USER_TABLE` and `CUSTOM_USER_META_TABLE` constants:
http://codex.wordpress.org/Editing_wp-
config.php#Custom_User_and_Usermeta_Tables
Generally, we tend to add filters instead of new pluggable functions, as
they are much more flexible (see #8833).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27047#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list