LLMS_User_Achievement::delete()
Delete the certificate
Contents
Return Return
(void)
Source Source
File: includes/models/model.llms.user.achievement.php
/** * Post type model name * * @var string */ protected $model_post_type = 'achievement'; /** * Object properties * * @var array */ protected $properties = array( 'awarded' => 'string', 'engagement' => 'absint', 'related' => 'absint', ); /** * Retrieve the image source for the achievement.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |