LLMS_Abstract_User_Engagement::get_user_post_meta_key()
Retrieve the user postmeta key recorded when the engagement is earned.
Return Return
(string)
Source Source
File: includes/abstracts/llms-abstract-user-engagement.php
protected function get_user_post_meta_key() {
return sprintf( '_%s_earned', $this->model_post_type );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |