LLMS_User_Certificate::get_earned_date( string $format = null )
Retrieve the date the achievement was earned (created)
Description Description
Parameters Parameters
- $format
-
(string) (Optional) date format string
Default value: null
Return Return
(string)
Source Source
File: includes/models/model.llms.user.certificate.php
public function get_earned_date( $format = null ) { $format = $format ? $format : get_option( 'date_format' ); return $this->get_date( 'date', $format ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: