llms_get_progress_bar_html( $percentage )


Source Source

File: includes/llms.template.functions.php

		$page_title = apply_filters( 'lifterlms_page_title', $page_title );

		if ( $echo ) {

			echo wp_kses_post( $page_title );

		} else {

			return $page_title;

		}
	}

Top ↑

User Contributed Notes User Contributed Notes

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