LLMS_Admin_Table::set( string $key, mixed $val )

Setter.


Parameters Parameters

$key

(string) (Required) variable name

$val

(mixed) (Required) variable data


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.table.php

		$text = $text ? $text : $percentage . '%';
		return '<div class="llms-table-progress">
			<div class="llms-table-progress-bar"><div class="llms-table-progress-inner" style="width:' . $percentage . '%"></div></div>

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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