Timeline for Store user's registration date as meta
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 9, 2013 at 20:54 | comment | added | Dr.Hariri | @s_ha_dum Thanks! For a non-coder like me, it's much easier to have a meta-field especially when certain plugins can interact directly with meta-fields and not allow you to do some querying :) | |
| Dec 8, 2013 at 18:44 | comment | added | s_ha_dum | There isn't a meta field for "last login"-- you will have to add that-- but the registration date is stored in the $wpdb->users table, which is what your second block of code is re-saving. | |
| Dec 8, 2013 at 17:46 | comment | added | Dr.Hariri | @s_ha_dum Thanks for your comment. I am quite new to Wordpress meta fields and wasn't aware that there is already a meta-field for this :). Thanks again! | |
| Dec 2, 2013 at 16:56 | vote | accept | Dr.Hariri | ||
| Nov 30, 2013 at 16:31 | comment | added | s_ha_dum | Saving the same information in two different places is not usually a good idea, and is a good to way to cause problems. In this case you are resaving a value saved by the Core. Plugins and themes will expect that value in to be where the Core saved it, not where you resaved it. You are not gaining anything with this, you are just muddying the waters. | |
| Nov 30, 2013 at 11:23 | answer | added | Chittaranjan | timeline score: 2 | |
| Nov 30, 2013 at 10:21 | history | tweeted | twitter.com/#!/StackWordPress/status/406729569883144192 | ||
| Nov 30, 2013 at 9:39 | review | First posts | |||
| Nov 30, 2013 at 9:55 | |||||
| Nov 30, 2013 at 9:27 | history | edited | Dr.Hariri | CC BY-SA 3.0 | deleted 1 characters in body |
| Nov 30, 2013 at 9:22 | history | edited | fuxia♦ | CC BY-SA 3.0 | fixed title, improved body text |
| Nov 30, 2013 at 9:20 | history | asked | Dr.Hariri | CC BY-SA 3.0 |