Browse: Home / Classes / SFWD_LMS /

SFWD_LMS::get_view

SFWD_LMS::get_view( string $name,  array $args = array(),  bool $echo = false )

Get or output view template file.


Description #


Parameters #

$name

(string) (Required) View template name.

$args

(array) (Optional) Template arguments.

Default value: array()

$echo

(bool) (Optional) Whether to output or return the template.

Default value: false


Return #

(void|string)


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
4.4.0 Introduced.