1784 | | * @type int $ID User ID. If supplied, the user will be updated. |
1785 | | * @type string $user_pass The plain-text user password. |
1786 | | * @type string $user_login The user's login username. |
1787 | | * @type string $user_nicename The URL-friendly user name. |
1788 | | * @type string $user_url The user URL. |
1789 | | * @type string $user_email The user email address. |
1790 | | * @type string $display_name The user's display name. |
1791 | | * Default is the the user's username. |
1792 | | * @type string $nickname The user's nickname. Default |
1793 | | * Default is the the user's username. |
1794 | | * @type string $first_name The user's first name. For new users, will be used |
1795 | | * to build $display_name if unspecified. |
1796 | | * @type stirng $last_name The user's last name. For new users, will be used |
1797 | | * to build $display_name if unspecified. |
1798 | | * @type string|bool $rich_editing Whether to enable the rich-editor for the user. False |
1799 | | * if not empty. |
1800 | | * @type string $user_registered Date the user registered. Format is 'Y-m-d H:i:s'. |
1801 | | * @type string $role User's role. |
1802 | | * @type string $jabber User's Jabber account username. |
1803 | | * @type string $aim User's AIM account username. |
1804 | | * @type string $yim User's Yahoo! messenger username. |
| 1782 | * @type int $ID User ID. If supplied, the user will be updated. |
| 1783 | * @type string $user_pass The plain-text user password. |
| 1784 | * @type string $user_login The user's login username. |
| 1785 | * @type string $user_nicename The URL-friendly user name. |
| 1786 | * @type string $user_url The user URL. |
| 1787 | * @type string $user_email The user email address. |
| 1788 | * @type string $display_name The user's display name. |
| 1789 | * Default is the the user's username. |
| 1790 | * @type string $nickname The user's nickname. |
| 1791 | * Default is the the user's username. |
| 1792 | * @type string $first_name The user's first name. For new users, will be used |
| 1793 | * to build the user's display name if `$display_name` |
| 1794 | * is not specified. |
| 1795 | * @type stirng $last_name The user's last name. For new users, will be used |
| 1796 | * to build the user's display name if `$display_name` |
| 1797 | * is not specified. |
| 1798 | * @type string $description The user's description. |
| 1799 | * @type string|bool $rich_editing Whether to enable the rich-editor for the user. |
| 1800 | * False if not empty. |
| 1801 | * @type string|bool $comment_shortcuts Whether to enable comment moderation keyboard shortcuts |
| 1802 | * for the user. Default false. |
| 1803 | * @type string $admin_color Admin color scheme for the user. Default 'fresh'. |
| 1804 | * @type bool $use_ssl Whether the user should always access the admin over |
| 1805 | * https. Default false. |
| 1806 | * @type string $user_registered Date the user registered. Format is 'Y-m-d H:i:s'. |
| 1807 | * @type string|bool $show_admin_bar_front Whether to display the Admin Bar for the user on the |
| 1808 | * site's frontend. Default true. |
| 1809 | * @type string $role User's role. |