Skip to content

Instantly share code, notes, and snippets.

@farinspace
Created May 30, 2013 23:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farinspace/5681944 to your computer and use it in GitHub Desktop.
Save farinspace/5681944 to your computer and use it in GitHub Desktop.
class cfd_user {
protected $profile_fields = array(
'user_login' => null,
'user_nicename' => null,
'user_url' => null,
'user_email' => null,
'display_name' => null,
'nickname' => null,
'first_name' => null,
'last_name' => null,
'description' => null,
'rich_editing' => null,
'user_registered' => null,
'role' => null,
'jabber' => null,
'aim' => null,
'yim' => null,
'googleplus' => null,
'twitter' => null,
'use_ssl' => 0,
'admin_color' => null,
'comment_shortcuts' => null,
);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment