LLMS_User_Achievement::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.achievement.php
$id = $this->get( 'id' ); $img_id = get_post_thumbnail_id( $id );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |