llms_get_progress_bar_html( $percentage )


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


Top ↑

User Contributed Notes User Contributed Notes

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