Description
This shortcode displays the currently logged in user’s registration date. The registration date is the date when user was created in WordPress.
Shortcode Examples
[memb_registration_date]Creates a date like this:
July 29th, 2014
[memb_registration_date date_format="jS F, Y"]Creates a date like this:
17th September, 2014
Note: Commas within the date_format parameter are read literally.
Shortcode Parameters
date_format | Defaults to “F jS, Y” (Month Date, Year) (?) |
|---|---|
capture | A comma separated list of destinations to send the output of the shortcode to (?) |
txtfmt | A comma delimited list of text processing functions that will be applied on the output. (?) |
Additional Information
By default, the shortcode will display this date in the date format of “F jS, Y”. You can override the default date formatting by passing the date_format parameter in the shortcode.
Shortcode Attributes
| Conditional | No |
|---|---|
| Nestable | No |
| Accepts formatting | Yes |
| Capturable | Yes |