pumpkinpatch
Member
Posted 1 year ago #
I have been looking for quite some time, but still couldn't find the default values for the following Profile page fields:
1) Nickname
2) Display Name Publicly As
3) The http:// automatically added to Website field
Can a good soul here tell me which php file contains or calls these? The default values for items 1 and 2 are 'username'.
pumpkinpatch
Member
Posted 1 year ago #
I meant to say:
I am not able to find where the default values are declared
pumpkinpatch
Member
Posted 1 year ago #
Per Codex, in the database, these are in the table wp_users. But the default values are left blank there.
display_name, user_nicename, user_url are being assigned values somewhere in a php file, but which one?
pumpkinpatch
Member
Posted 1 year ago #
Never mind- found it in registration.php in wp-includes.
Null values for the 3 are assigned default values here.