Keap

[memb_registration_date]

Summary
This shortcode displays the currently logged in user’s registration date. The registration date is the date when user was created in WordPress.

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_formatDefaults to “F jS, Y” (Month Date, Year) (?)
captureA comma separated list of destinations to send the output of the shortcode to (?)
txtfmtA 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

ConditionalNo
NestableNo
Accepts formattingYes
CapturableYes