LLMS_User_Certificate::get_background()
Retrieves the certificate background color value.
Contents
Return Return
(string)
Source Source
File: includes/models/model.llms.user.certificate.php
public function get_background() { return $this->get( 'background' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |