LLMS_User_Certificate::get_width( boolean $with_unit = false )

Retrieve the width dimension.


Parameters Parameters

$with_unit

(boolean) (Optional) Whether or not to include the unit in the return.

Default value: false


Top ↑

Return Return

(string|float) If $with_unit is true, returns a string with the unit, otherwise returns the width as a float.


Top ↑

Source Source

File: includes/models/model.llms.user.certificate.php

	public function get_width( $with_unit = false ) {
		return $this->get_dimension( 'width', $with_unit );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.