llms_get_progress_bar_html( $percentage )
Contents
Source Source
File: includes/llms.template.functions.php
} } } /** * Outputs the html for a progress bar * * @param int $progress percent completion * @param string $link permalink to link the button to, if false will output a span with no href * @param bool $button output a button with the link * @param bool $echo true will echo content, false will return it
Expand full source code Collapse full source code View on GitHub