LLMS_User_Certificate::get_height( boolean $with_unit = false )
Retrieve the height dimension.
Parameters Parameters
- $with_unit
-
(boolean) (Optional) Whether or not to include the unit in the return.
Default value: false
Return Return
(string|float) If $with_unit
is true
, returns a string with the unit, otherwise returns the height as a float.
Source Source
File: includes/models/model.llms.user.certificate.php
public function get_height( $with_unit = false ) { return $this->get_dimension( 'height', $with_unit ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |