LifterLMS::include_template_functions()
Load Hooks
Contents
Description Description
Source Source
File: lifterlms.php
public function include_template_functions() { // if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { include_once( 'includes/llms.template.functions.php' ); // } }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: