[memb_registration_date]
This Applies to
Summary
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
Shortcode Attributes
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.