LLMS_User_Certificate::get_earned_date( string $format = null )
Retrieve the date the achievement was earned (created)
Parameters Parameters
- $format
-
(string) (Optional) Date format string.
Default value: null
Return Return
(string)
Source Source
File: includes/models/model.llms.user.certificate.php
* @param string|int|LLMS_Post_Model|WP_Post $model Existing post or model object or ID * @param array $args Args to create the post, only applies when $model is 'new'. * @return void */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |