LifterLMS::template_path()
Get the template path.
Contents
Return Return
(string)
Source Source
File: class-lifterlms.php
public function template_path() { return apply_filters( 'llms_template_path', 'lifterlms/' ); }
Expand full source code Collapse full source code View on GitHub