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